Hi, You can use, "setOnItemClickListener()" method of Listview.You can implement that listener and in that method, start new Intent to switch another activity.
Here , there are answers about usage. http://stackoverflow.com/questions/2468100/android-listview-click-howto http://stackoverflow.com/questions/4186021/how-to-start-a-new-activity-when-click-on-button 2012/7/11 srikanth <[email protected]> > Dear all, > sorry for my bad English and i had a problem , > i am android beginner i want go next activity while click or select a name > in the list view in android . > > > i hope you can understand my question. > thank you...... > > -- > 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 -- 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

