JavaAndroid wrote: > Can anyone shed some light on Inflating > Buttons and Custom Views.
*click* Not sure if this flashlight will make it through the email, though... ;-) > What is the exacet meaning of Inflating > Buttons and Custom Views? Using LayoutInflater to turn layout XML into a tree of View, as opposed to solely using layout XML in activities via setContentView(). > Can you provide some links or Tutorials for > trying out them in Activity Screen.. IMHO, LayoutInflater will most commonly be used in selection widgets, like ListView, when you want the rows to be something relatively complex. I have a series of "Fancy ListView" blog posts out in the Building 'Droids column on AndroidGuys: http://androidguys.com/?cat=7 Some of that is for the older M5 SDK. The one that is more up-to-date is: http://androidguys.com/?p=659 Unfortunately, the formatting of these older posts got whacked when AndroidGuys switched hosts and themes, so they're a little tough to read. Otherwise, search for LayoutInflater in your favorite search engine, and you should find some examples. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.3 Published! --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---