[android-developers] Re: Customizing ListAdapter

2009-01-03 Thread Romain Guy
This class was renamed a long time ago, it is now called LayoutInflater and it works exactly the same way. On Fri, Jan 2, 2009 at 11:21 PM, Sarath Kamisetty sarath.kamise...@gmail.com wrote: Hi, The examples in the blog are using ViewInflate class, however I can't find this class in the SDK

[android-developers] Re: Customizing ListAdapter

2009-01-02 Thread Sarath Kamisetty
Hi, The examples in the blog are using ViewInflate class, however I can't find this class in the SDK API reference. http://code.google.com/android/reference/classes.html#letter_V Is this deprecated ? Eclipse is also complaining about this. Thanks, Sarath On Wed, Dec 31, 2008 at 6:01 AM, Mark

[android-developers] Re: Customizing ListAdapter

2008-12-31 Thread Mark Murphy
Sarath Kamisetty wrote: Hi, I have a ListActivity for which I am setting up ListAdapter like below: phoneListAdapter = new SimpleCursorAdapter(this, R.layout.contacts_list_row, managedCursor, new String[] { PhonesColumns.NUMBER, PhonesColumns.TYPE},