Foodnotes is a note-taking app for foodies who wants to quickly take a note with images in anywhere at any moments.
Note: The video demo for the app can be found at vimeo.
- The Model-View-ViewModel (MVVM) design pattern for app's archiecture
- Fully CRUD operations with LiveData and Room database
- CardView in RecyclerView with either the linear layout or the grid layout for displaying information
- Search notes with SearchBar
- Screen navigation with bottom navigation bar from Material Design
- Custom dialog for deleting notes
- Simple animations for sliding between screens and the custom dialog
- Install Java and Kotlin
- Install either Android Studio or IntelliJ IDE