Search Results

Search found 1 results on 1 pages for 'gssi'.

Page 1/1 | 1 

  • Indexing through Android string resources

    - by gssi
    OK, I've got the code to allow me to index through the string resources. Now, how do I get the value of a specific resource item without knowing its name? Here's the index loop: Field[] fLst = R.string.class.getFields(); for(Field f : fLst){ Log.i(dbgTag, "Field Entry: R.string." + f.getName()); } Thanks for your efforts ...

    Read the article

1