Read this. http://developer.android.com/guide/topics/resources/accessing-resources.html
On Mon, Apr 30, 2012 at 3:15 AM, Vic Simkus <[email protected]> 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 > 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, in the Spinner example project there's this line: > > this.mAdapter = ArrayAdapter.createFromResource(this, R.array.Planets, > android.R.layout.simple_spinner_dropdown_item); > > What is "simple_spinner_dropdown_item" item? Why does an "adapter" > of any kind care about "views"? Etc... > > Can someone point me to some sort of in depth documentation. > > Thanks > Vic > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Regards, *Naseem Rafique | Software Engineer* *NorthBay Solutions | 410-G4 Johar Town, Lahore Cell: 0331-4153428 * -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

