Re: [android-developers] how to examine resources in R programatically - Ignoring InnerClasses attribute

2012-02-04 Thread Ray Tayek
At 01:04 PM 2/4/2012, you wrote: On Sat, Feb 4, 2012 at 3:57 PM, Ray Tayek wrote: >> > i am looking at walking the layout tree. >> >> What is a "layout tree"? > > > i think it's what's in your main.xml. Um, OK. You don't need R to walk that. After you call setContentView(), call findViewById(an

Re: [android-developers] how to examine resources in R programatically - Ignoring InnerClasses attribute

2012-02-04 Thread Mark Murphy
On Sat, Feb 4, 2012 at 3:57 PM, Ray Tayek wrote: >> > i am looking at walking the layout tree. >> >> What is a "layout tree"? > > > i think it's what's in your main.xml. Um, OK. You don't need R to walk that. After you call setContentView(), call findViewById(android.R.id.content) to get the View

Re: [android-developers] how to examine resources in R programatically - Ignoring InnerClasses attribute

2012-02-04 Thread Ray Tayek
At 11:10 AM 2/4/2012, you wrote: On Sat, Feb 4, 2012 at 2:03 PM, Ray Tayek wrote: >> On Sat, Feb 4, 2012 at 3:54 AM, Ray Tayek wrote: >> > hi, newbie here, i am trying to programmatically look at stuff in R. i >> > want >> > to see how many names match match a simple regex. these will refer to

Re: [android-developers] how to examine resources in R programatically - Ignoring InnerClasses attribute

2012-02-04 Thread Mark Murphy
On Sat, Feb 4, 2012 at 2:03 PM, Ray Tayek wrote: >> On Sat, Feb 4, 2012 at 3:54 AM, Ray Tayek wrote: >> > hi, newbie here, i am trying to programmatically look at stuff in R. i >> > want >> > to see how many names match match a simple regex. these will refer to >> > string >> > and string array r

Re: [android-developers] how to examine resources in R programatically - Ignoring InnerClasses attribute

2012-02-04 Thread Ray Tayek
At 03:51 AM 2/4/2012, you wrote: On Sat, Feb 4, 2012 at 3:54 AM, Ray Tayek wrote: > hi, newbie here, i am trying to programmatically look at stuff in R. i want > to see how many names match match a simple regex. these will refer to string > and string array resources. Whatever you are trying

Re: [android-developers] how to examine resources in R programatically - Ignoring InnerClasses attribute

2012-02-04 Thread Kristopher Micinski
On Sat, Feb 4, 2012 at 6:51 AM, Mark Murphy wrote: > On Sat, Feb 4, 2012 at 3:54 AM, Ray Tayek wrote: >> hi, newbie here, i am trying to programmatically look at stuff in R. i want >> to see how many names match match a simple regex. these will refer to string >> and string array resources. > > W

Re: [android-developers] how to examine resources in R programatically - Ignoring InnerClasses attribute

2012-02-04 Thread Mark Murphy
On Sat, Feb 4, 2012 at 3:54 AM, Ray Tayek wrote: > hi, newbie here, i am trying to programmatically look at stuff in R. i want > to see how many names match match a simple regex. these will refer to string > and string array resources. Whatever you are trying to do, there is probably a better sol

[android-developers] how to examine resources in R programatically - Ignoring InnerClasses attribute

2012-02-04 Thread Ray Tayek
hi, newbie here, i am trying to programmatically look at stuff in R. i want to see how many names match match a simple regex. these will refer to string and string array resources. i can sorta get at the fields using reflection, but i get a warning (please see below) about: Ignoring InnerClass