android - Get position of ListView -
i using customized listview edittext , checkbox. displayed both editext , checkbox in
public view getview(final int position, view convertview, viewgroup parent)
and list view have number of counts presents. position getview shows number of counts appear in screen, when scrolled down, again position started zero. tried list view onitemclick listener, there noting response. there way position of listview.
public view getview(final int position, view convertview, viewgroup parent) { system.out.println("index:"+position); ......... }
`
Comments
Post a Comment