Hi, I'm trying to get started on what i thought might be easy. I comprehend most of the material on SQLite and general database work but the material is geared to database entries being made by code. I need to have a way for the end user to select a time from a list, that will stay saved even after the app is closed, only to be changed if the user needs to at some later stage. The list is the 24 hours in a day. What the user decides as a start time and finish time will be used to trigger which of two activities shows next. I've tried a database listview but it gets very messy looking and confusing for the end user. I also thought a map list might be the way to go, but again having the user select the time and it staying set is the problem. Hope this makes sense. I would appreciate any help, thanks.