Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.22 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.22 KB

Note-With-Images-App

Note saver app which can save images as well with customization.

Demo

final.demo.mp4

What i used?

  1. Kotlin
  2. Paging 3 library
  3. flow
  4. livedata
  5. MVVM architecture
  6. Jetpack
  7. Dagger Hilt
  8. Coroutines
  9. MarkWon library
  10. Color picker view library
  11. 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 😍 If you would like to contribute you're most welcome! 💛