Showing posts with label onresume. Show all posts
Showing posts with label onresume. Show all posts

Monday, February 27, 2012

Edittext in Listview with wrong input onresume


I have a a listview with each row having a text field and edittext field. I have them all fight on screen. When I resume the activity by either getting a call, going back etc the input in the edittext fields does not match up with what was originally enter into. I was wondering how I could setup onresume or a saved instant state to prevent that and insure that the correct input is in the correct edittext field.