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

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -