It seems no body concerns on this ListView problem, but I'm lucky to find the way out by myself : ) Just check out the android source code for the "contacts" application, it seems they didn't use list view to implement it I will do the same for my application, cheer.
On Oct 26, 2:51 pm, Guo yt <[email protected]> wrote: > Just have a look in the system app contacts --->add new contact, this > activity have a listview with different structured views for each row. > I could do this by override the "getView" method, but a problem I'm > facing is edittext will lose focus when I click on it. What happened > when the view enter touch mode? and any solution to fix this? > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

