We don't need to see your picture, thanks. This isn't Facebook.


I created a list view and given the codes for list item click like

but the list item click is not working......why???? anybody pls help me....

How are you determining that it isn't working - are you assuming your activity should show? The problem might be that the activity itself is causing a problem, so the click fires but the activity won't show. I see you are trying to log information... is that how you know it isn't working? Personally I would use Toast for testing... you can't miss it then.

Have you checked your LogCat for exceptions? For example, have you made sure you aren't getting a NullPointerException even trying to add the handler (because, perhaps, your getListView() method is returning null)?


--
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to