Solution for the check boxes shuffling its positions while scrolling the list view

Using Array Adapter can overcome the issue , by maintaining checked positions in a global array and using array adapter has worked for me ,
in Array adapter  need not to mention layout resource id in adapter constructor , can pass 0 in the super() .

Comments

Popular Posts