Which has the following features:
- Used only 1 activity for the entire app. Used fragments for different screens.
- When a user starts the app, a login screen appears (if the user is not logged in). Login can only happen through Google Sign-In. Used shared preferences to track logged-in users.
- Once the user logs in, it display all notes of the logged-in user. Used Recyclerview to display notes.
- Simple CRUD opearation using SQLite
