Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 553 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 553 Bytes

RestokenApp

Android app for campus dining 🍴 solution for college students 🎓

TODO ✅

  • Setup CI build with GitHub Actions

  • Add # activity (UI + logic)

  • Save token in shared preferences (remember me)

  • Remove code duplication for handling API calls

  • Instead of 2 User models for Getting user data and creating user, use 1 User model with different constructors

  • Add Orders activity (UI + logic + adapter)

  • Add navigation drawer

  • Follow Google architecture components (LiveData, ViewModel)