So I made a small application, which in main activity has a list.I mean it is a ListActivity. I managed to redefine onListItemClick() method so that another activity starts, but this only works when I select item in list by using keyboard arrows and enter, while when I use mouse I get bug in sense that when I call getSelectedItemPosition () method, it returns 0 always. How to fix this?? Should I use some other method instead of getSelectedItemPosition() in order this to work with mouse(touch). Please help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

