Re: [android-developers] Re: Dear all

2012-07-20 Thread srikanth
thank you i got it On Friday, July 13, 2012 9:23:55 AM UTC+5:30, jugni wrote: Hello, first of all retrive the which item is clicked and then based on cliked item call the activity so your query will be solve. On Fri, Jul 13, 2012 at 8:41 AM, srikanth srikanthandroidgro...@gmail.com

[android-developers] Re: Dear all

2012-07-12 Thread srikanth
sorry for my English , thanks for this solution but my intention is if i click individual options in list view retrieve different actives...as like one options for one activity and second for second activity and third for third activity On Wednesday, July 11,

Re: [android-developers] Re: Dear all

2012-07-12 Thread jagruti sangani
Hello, first of all retrive the which item is clicked and then based on cliked item call the activity so your query will be solve. On Fri, Jul 13, 2012 at 8:41 AM, srikanth srikanthandroidgro...@gmail.comwrote: sorry for my English , thanks for this solution but my intention is if i click

[android-developers] Re: Dear all

2012-07-11 Thread Rajan
// -- write in onCreate() Method -- ListView ls; ls=(ListView)findViewById(ls.id.YOUR_LISTVIEW_ID); ls.setOnItemClickListener(this); // @Override public void onItemClick(AdapterView?