Ming-Shi-Chen / android-basics-kotlin-forage-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A fork from Google-developer-training :Forage - Starter Code

The original starter code use databinding、and Dao to store and display the UI.

I add a little change as my practice project

I Add a date data column to store the date that user whant to have a days count down. And the date was choose by a DatePickerDialog The date data is store by Room in SQLite Local database.

Furture willing changes

I want to add the Repository Pattern into this practice. And change the dataBase into remote database , like Firebase etc.... Maybe add a column to store Bitmap data.

About

License:Apache License 2.0


Languages

Language:Kotlin 100.0%