I'm trying to implement a Notification
per day. The time of this Notification
is chosen by the user through a TimePicker
that appears when clicking on a LinearLayout
consisting of 2 TextViews
in which one of them appears the time that the user chose. All this is already implemented without problems. My problem is when I leave the application, the chosen time is lost.
The only solution I see is to save this data in the Database and when you re-enter, read what I have saved. Is there any other way to do this without having to use a Database?