On Sun, Jul 17, 2011 at 4:12 AM, Aaron Mulhall <[email protected]>wrote:
> But my problem is that there is one more TextView that is found within each > list item that needs to be filled from an input from the user and not the > database Then you'll likely need your own adapter, perhaps extending SimpleCursorAdapter, that is aware of and populates this extra text view. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

