SkillAgentSearch skills...

NoteApp

No description available

Install / Use

/learn @hebaelsaid912/NoteApp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Simple Note App

Note App is a simple Android application to store daily notes in the internal database of the application and can store an image or a link

Screen Recourding

https://user-images.githubusercontent.com/72816466/142661386-26771c73-9ee8-4b96-9024-e1398630d1e2.mp4

Dependencies


# room database
  def room_version = "2.3.0"
  implementation "androidx.room:room-ktx:$room_version"
  kapt "androidx.room:room-compiler:$room_version"

# coroutines
  implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0'
  
# enable data binding
  buildFeatures {
        dataBinding true
    }
    

Implementation Language

  • Kotlin
  • xml
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3y ago
Forks0

Languages

Kotlin

Security Score

50/100

Audited on Jun 3, 2022

No findings