LayoutInflater<http://developer.android.com/reference/android/view/LayoutInflater.html>
------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Sun, Dec 6, 2009 at 6:17 PM, Gabor <[email protected]> wrote: > I'm trying to build a ListView with custom list items. > > I built my own ListAdapter, and a list_item.xml file with a layout of > the list items. In my ListAdapter's getView() function, I want to > instantiate the layout list_item.xml > > I'm looking for something like: > > View v = View.buildViewFromXmlLayout(R.layout.list_item); > > How do I do this > > Gabor > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en -- You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en

