Re: [android-developers] Documentation for android.R stuffs

2012-04-30 Thread Mark Murphy
On Sun, Apr 29, 2012 at 6:15 PM, Vic Simkus wrote: > What is "simple_spinner_dropdown_item" item? It is a layout, provided by Android in the firmware. A copy of that layout can be found in your SDK. > Why does an "adapter" > of any kind care about "views"? Because that is the complete and entir

Re: [android-developers] Documentation for android.R stuffs

2012-04-30 Thread Naseem Rafique
Read this. http://developer.android.com/guide/topics/resources/accessing-resources.html On Mon, Apr 30, 2012 at 3:15 AM, Vic Simkus wrote: > Hello > > I'm trying to get into Android development and am quite a bit confused > about the android.R constants. I see them being used in the examples >

[android-developers] Documentation for android.R stuffs

2012-04-30 Thread Vic Simkus
Hello I'm trying to get into Android development and am quite a bit confused about the android.R constants. I see them being used in the examples and tutorials but nothing is ever said about what these constants are, where they came from and how they relate to the rest of the world. For example,