ABOUT THE APP
GO-NOTE is a Native android application that will help you to take your notes and remember the important stuff. You can attach hyperlinks🔗 , photos🎞 etc to your application. To set your priority notes we can tag the notes with unique colours which will prioritize your notes as per your requirements.
APP DEMO AND SCREENSHOTS
screen-recording-2021-05-14-at-115817-am_7dXJZLE3.mov
material design
implementation 'com.google.android.material:material:1.2.1'
circle image view
implementation 'de.hdodenhof:circleimageview:3.1.0'
scalable unit text size
implementation 'com.intuit.ssp:ssp-android:1.0.6'
scalable unit size
implementation 'com.intuit.sdp:sdp-android:1.0.6'
room database
implementation 'androidx.room:room-runtime:2.2.5'
kapt 'androidx.room:room-compiler:2.2.5'
implementation 'androidx.room:room-ktx:2.2.1'
implementation 'com.makeramen:roundedimageview:2.3.0'
crop image library
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
easy permission
implementation 'pub.devrel:easypermissions:3.0.0'
coroutines core
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1'