android - Deleted items of arraylist appear on listview when device mode changes from Landscape to portrait mode OR portrait to Landscape mode -
hello friends, deleting items of arrylist listview item of arrylist become deleted problem occurs when change device mode (landscape portrait mode ) or ( portrait landscape mode ) deleted item becomes visible on listview.please me short these problem.thanks in advance
thanks lot dear friends yours valuable comment.... change in manifest file , work fine me..again friends..below line have added in manifest file along activity
android:configchanges="orientation|keyboard|keyboardhidden|screensize|screenlayout|uimode
or use these
android:configchanges="orientation|screensize|screenlayout"
Comments
Post a Comment