Note-With-Images-App
Note saver app which can save images as well with customization.
Demo
final.demo.mp4
What i used?
- Kotlin
- Paging 3 library
- flow
- livedata
- MVVM architecture
- Jetpack
- Dagger Hilt
- Coroutines
- MarkWon library
- Color picker view library
- Fluid slider library
What is the purpose of this app?
- You can save note
- Markdown support
- priority option
- Image support
- Drawing sheet
- Add image using camera
- Add image using image picker
- Customize them
Which features you can add?
-
I used thumbnail to set image in imageview so now
- you can add below code to set original image in imageview
imageView.setImageBitmap(BitmapFactory.decodeFile(path))
- add new fragment/dialog to show full size original image when use click on thumbnail using above code
-
Add functionality for sorting and searching
-
Add swipe to delete functionality
Contribution
Awesome