• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. D

    Apps Return All Resources From R.java

    Hello All, I was just wondering if anyone knew how to return all resources from R.java dynamically in code Instead of having to return each individual element one at a time? Thanks, Dan
  2. D

    Apps Generate Dynamic Resource Array From R.java Howto

    Hello all, I have many images in my drawable-mdpi resource folder that R.java class file loads up dynamically. In my application code I would like to reference all of these images that defined in the R.java file. public final class R { public static final class attr { } public...
  3. D

    Apps Android UI Layout Simple Question

    Hello All, I am a java novice and a android newbie. I am just wondering if you can nest XML based layouts with layouts specified in java code together. I would for sure think that it is possible but I cannot find any information about it and so far whatever I try does not work. This is some...