I have two android activity. Activity1 is a input form.In this activity have a manyTextEditor and ImageView. but one of many TextEditor need go to Activity2 for fill a data and return a data to Activity1.
But when the user returns to Activity1 a value in TextEditor of user has fill it before go to activity2 it be lost.
how to still a value of TextEditor when go to another Activity.
thank for any idea.