Skip to content

orhanucr/NotesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

SQLite Database ile Notlarım Uygulaması

Bu projede, SQLite Database ile kullanıcının yeni not ekleyebileceği, eklediği notları düzenleyebileceği ve silebileceği bir yapı oluşturulmuştur. Notlar ListView içinde en son eklenen not en üste duracak şekilde anasayfa da gösterilmektedir. Kullanıcı notu oluştururken DatePicker ile tarih seçebilir. Notların arka planında gösterilen renkler bir diziden alınır ve anasayfa her güncellendiğinde değişir.

Dependencies

// RecyclerView
implementation 'androidx.recyclerview:recyclerview:1.2.1'
// Scalable Size Unit (Support for different screen sizes)
implementation 'com.intuit.sdp:sdp-android:1.0.6'
implementation 'com.intuit.ssp:ssp-android:1.0.6'
// SQLite
implementation 'androidx.sqlite:sqlite:2.2.0'

Uygulama Ekran Görüntüleri