Android app for campus dining π΄ solution for college students π
-
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)