JanHolbo / PhoenixBSECompanion

PhoenixBSECompanion is an Android companion app for the Play By Mail game Phoenix BSE
http://www.kaddu.dk/janholbo/projects/phoenix-bse-companion
0 stars 0 forks source link

Save historical Game Status in the app #7

Open JanHolbo opened 5 years ago

JanHolbo commented 5 years ago

This is a prerequisite of Issue #8

JanHolbo commented 5 years ago

Links to research: https://www.raywenderlich.com/69-data-persistence-with-room https://developer.android.com/guide/topics/providers/content-provider-basics https://developer.android.com/guide/topics/providers/content-providers https://developer.android.com/guide/topics/providers/content-provider-creating.html https://developer.android.com/guide/topics/manifest/provider-element

JanHolbo commented 5 years ago

More Links: https://developer.android.com/guide/topics/data https://developer.android.com/guide/topics/data/data-storage https://github.com/googlesamples/android-architecture-components/tree/master/BasicSample https://github.com/googlesamples/android-architecture-components/tree/master/BasicRxJavaSample https://github.com/googlesamples/android-architecture-components/tree/master/PersistenceMigrationsSample https://developer.android.com/training/data-storage/files.html#kotlin https://developer.android.com/training/data-storage/room/index.html

JanHolbo commented 5 years ago

https://developer.android.com/training/data-storage/shared-preferences

JanHolbo commented 5 years ago

https://codelabs.developers.google.com/codelabs/android-room-with-a-view/#0 https://codelabs.developers.google.com/codelabs/android-persistence/#0

JanHolbo commented 5 years ago

https://codelabs.developers.google.com/codelabs/android-persistence/ https://codelabs.developers.google.com/codelabs/android-room-with-a-view-kotlin/index.html

JanHolbo commented 5 years ago

Room Migration: https://medium.com/androiddevelopers/understanding-migrations-with-room-f01e04b07929

JanHolbo commented 5 years ago

https://github.com/googlesamples/android-architecture-components/tree/master/BasicSample