kotlillon icon indicating copy to clipboard operation
kotlillon copied to clipboard

Example of persistent data locally (Shared preferences, SQLite, or both)

Open ramabit opened this issue 9 years ago • 0 comments

Add a new example (a new item on the main examples list) that send you to a new activity. That activity should allow you to create a new object (could use User model that is already created) and the app should save it using SharedPreferences, SQLite, or both. It should be another page that shows the list of objects saved locally. The purpose is to have an implementation of Shared Preferences or SQLite usage with Kotlin.

ramabit avatar Dec 29 '15 15:12 ramabit