well, onListItemClick() is a convenient method of ListView(just for
listview)
as we know,ListView is a subclass of AdaperView ,so onItemClick() is
also apply for ListView.
you can call like this : getListView().setOnItemClickListener(){...
implement its callback here}.
it just the same result of calling onListItemClick().On Sep 2, 10:54 pm, Sohan badaya <[email protected]> wrote: > Hi All, > > I am confused with two below method > > 1.) onItemClick(AdapterView<?> arg0, View view, int position,long > id) > 2.) onListItemClick(ListView l, View v, int position, long id) > > Please let me know about these two methods. > > Thanks, > Sohan Badaya -- 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

