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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to