Tuesday, July 27, 2010

[android-developers] Re: Touch not working for listitem??

Hi,

I think you mean you have onItemSelected event when you use the
trackball to select a line of the ListView and when you click you get
a OnItemClick event.
When you use your finger, there is only a OnItemClick event.

It's normal, you can't select an item with your finger. There is only
the onItemClick event.

On Jul 27, 8:24 am, prachi <prachi.tya...@wipro.com> wrote:
> Hey hi all
>
> I have a list activity listing various list items.My problem is that
> on listItemClick() method is being called when Iam using that
> trackball to select the list item but my list item is not getting
> selected
> when Iam touching them..
>
> What could be the problem??
> plzz help..its a bit urgent....
>
> Thanx in advance.....

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment