[android-developers] Re: touch mode for listview, context menu and onListItemClick

2011-03-14 Thread Tony
Thank you Mark. I'll look into the link. It looks like save one day for me. ^_^ On 3月15日, 上午7时46分, Mark Murphy wrote: > On Mon, Mar 14, 2011 at 7:43 PM, Tony wrote: > > I searched almost all threads related touch mode. And I know select > > and focus is disable in touch mode. It seems I can use

[android-developers] Re: touch mode for listview, context menu and onListItemClick

2011-03-15 Thread Tony
Finally I found the problem. I'm not sure whether it's a bug of ArrayAdapter. Following is part of my code: public class myActivity extends ListActivity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);