android - Notify data set changed not working in 4.1.2 after orientation changes -


In my app I have a list view with a custom adapter. There is a check box in that one. If I click on it, there will come a 2 option if I click on any one option, then I am checking the check box and the unchecked and the notifications have been changed. . Everything works well in 4.1.2 and 4.1.1. If I click on listview and change the orientation and click on any of the options which is in Check Status 4.1.2. But the check box position in 4.1.1 is unchecked. I'm thinking of problem with NotifyDatasetchanged

try it

  Yourlist.invalidateviews ();    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -