[android-developers] Re: Onclick listener on ListView items

2009-02-03 Thread PRATAP SOLAPUR
U should implement onItemSelectedListener for list items... On 2/4/09, munish wrote: > > > Hi All > > I want to set the onclicklistner on the each item to be displayed in > ListVIew. > Can anyone help me out ASAP. > > The code i have written is > > package munish.android; > > import a

[android-developers] Re: Onclick listener on ListView items

2009-02-04 Thread munish
Thanx pratap On Feb 4, 10:59 am, PRATAP SOLAPUR wrote: > U should implement onItemSelectedListener for list items... > > On 2/4/09, munish wrote: > > > > > > > Hi All > > > I want to set the onclicklistner on the each item to be displayed in > > ListVIew. > > Can anyone help me out

[android-developers] Re: Onclick listener on ListView items

2009-02-04 Thread 百合的味道
you can use the following function public void onListItemClick(ListView l, View v, int position, long id) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email