Skip to content

Android app for campus dining 🍴 solution for college students πŸŽ“

License

Notifications You must be signed in to change notification settings

bytefull/RestokenApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

RestokenApp

Android app for campus dining 🍴 solution for college students πŸŽ“

TODO βœ…

  • Setup CI build with GitHub Actions

  • Add SignUp 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)