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 <[email protected]> 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 [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

