[android-developers] Re: how to exit touch mode in Android

2012-08-07 Thread Willem Wouters
Yes, it is possible. Use the function: requestFocusFromTouch This will set the device to non touch mode. On Monday, October 25, 2010 9:05:26 PM UTC+2, kiros88 wrote: > > I was wondering is there a written code way to exit out of touch mode > in Android i tried googling it and there wasn't and

Re: [android-developers] Re: how to exit touch mode in Android

2010-10-25 Thread Mark Murphy
On Mon, Oct 25, 2010 at 3:26 PM, Gabriel Huie wrote: > Im basically trying to have a list of items in listview and with that > select an item then have the item stay selected as i have a button on > my app on the bottom of the screen for it. Use android:choiceMode="singleChoice" and a CheckedText

[android-developers] Re: how to exit touch mode in Android

2010-10-25 Thread Gabriel Huie
Im basically trying to have a list of items in listview and with that select an item then have the item stay selected as i have a button on my app on the bottom of the screen for it. I want the user to be able to see what they selected as they push the button i mean its like a list of songs and i h