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

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -