I am writing an app where the user is able to select an image from a listView to add that image to the layout and move it around.
The user clicks on a listview item, and an object is selected to be added as an ImageView, i;
Activity.AddView(i, 240dip, 10dip, 120dip, 120dip)
This works, the user can add ImageViews.
But after a pause/resume, they all disappear. Can I use StateManager to restore the ImageViews?
The user clicks on a listview item, and an object is selected to be added as an ImageView, i;
Activity.AddView(i, 240dip, 10dip, 120dip, 120dip)
This works, the user can add ImageViews.
But after a pause/resume, they all disappear. Can I use StateManager to restore the ImageViews?