Posts by Jhonattas • 1 point
1 post
-
0
votes2
answers1997
viewsA: Save user input in edittext
You will need to control the information of this Edittext using the life cycle of your Activity on Android. The ideal would be to persist the information of this Edittext, in the methods onPause(),…