I’m looking for simple way to create user defaults values for TextView in Android: I need the standart solution that user is seeing the previous value, that was entered by him to the TextView. Sure, there is way to store value of TextView at somewhere and then read it again while starting activity, but, may be, there is any simple tool to get what I wish ?
I’m looking for simple way to create user defaults values for TextView in Android:
Share
You can use SharedPreferences to store previous values and then get previous values from shared preferences to set as default values