An android application to save short notes, built with clean architecture principles, Repository Pattern and MVVM pattern as well as Architecture Components.
Min Api Level : 19
- Android device or emulator
- Android Studio
In order to get the app running yourself, you need to:
- clone this project
- Import the project into Android Studio
- Connect the android device with USB or just use your emulator
- In Android Studio, click on the "Run" button.
Libraries used in the whole application are:
- Jetpack🚀
- Viewmodel - Manage UI related data in a lifecycle conscious way and act as a channel between use cases and ui
- Room - Provides abstraction layer over SQLite
- Material Design - build awesome beautiful UIs.🔥🔥
- RecyclerView Swipe Decorator - Swipe to delete animator
- Thanks to Coding in Flow for amazing tutorial on the MVVM and android architectural components
- Found this project useful ❤️? Support by clicking the ⭐️ button on the upper right of this page. ✌️
- Notice anything else missing? File an issue
- Feel free to contribute in any way to the project from typos in docs to code review are all welcome.
Please feel free to contact me if you have any questions, ideas or even if you just want to say hi. I’m up for talking, exchange ideas, collaborations or consults. You can connect with me through any of the avenues listed below:
Copyright 2019 Joel Kanyi
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.