[android-developers] Dear all

2012-07-11 Thread srikanth
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

Re: [android-developers] Dear all

2012-07-11 Thread Kadriye Doğan
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