hi I\'m trying to save the EditText widget values in the internal memory of the phone/tablet so that they can be retrieved automatically by the app when it closes or the activit
If you want to save single value like name, address, phone_no etc then use SharedPreferences or want to save like same value multiple times then use Sqlite.