Victorteka / My_Reminder

My Reminder An android app for taking notes, writing todos and recording fitness exercise someone is doing. I built so as to learn how to use sqlite and room library in Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

home

#My Reminder An android app for taking notes, writing todos and recording fitness exercise someone is doing. I built so as to learn how to use sqlite and room library in Android

Build System : Gradle

Libraries

Libraries used in the whole application are:

  • JetpackπŸš€

    • Viewmodel - Manage UI related data in a lifecycle conscious way and act as a channel between use cases and ui
    • Data Binding - support library that allows binding of UI components in layouts to data sources,binds character details and search results to UI
    • Room - Provides abstraction layer over SQLite
  • kotlinx.coroutines - Library Support for coroutines,provides runBlocking coroutine builder used in tests

  • Material Design - build awesome beautiful UIs.πŸ”₯πŸ”₯

Demo

[ 🚧 Work in progress πŸ‘·β€β™€οΈβ›πŸ‘·πŸ”§οΈπŸ‘·πŸ”§ 🚧 ]

About

My Reminder An android app for taking notes, writing todos and recording fitness exercise someone is doing. I built so as to learn how to use sqlite and room library in Android

License:MIT License


Languages

Language:Kotlin 100.0%