On Mon, Dec 12, 2011 at 7:41 AM, John Goche <[email protected]>wrote:
> Is it possible to code a ListView in such a way that when a user > clicks on one of its TextView entries it turns into an EditText which > allows the user to enter text? > Yes, it is possible. The adapter merely has to know what type of view it's returning, which would be part of it's logic which you would update on clicking the 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

