I have a ListView in my application that uses a Custom Adapter.  It's
uses TextViews where I am able to set the color.  The Custom Adapter
is based on examples in the ApiDemo and examples elsewhere.   However
in none of those examples did I find how to clear the adapter since
the data for that ListView will change when the user inputs new data.
Or does it need to be cleared?  Will the old one be destroyed with the
call for a new Adapter is made like this?

// lv is the ListView
lv.setAdapter( new MyCustomAdapter(this));

Thanks,
Brian

-- 
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