You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: