Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarahsidahmed/note-app
Android App for notes with an SQLite Database
https://github.com/sarahsidahmed/note-app
android apk databases kotlin mobile-app mobiledev notes-app sqlite
Last synced: 2 days ago
JSON representation
Android App for notes with an SQLite Database
- Host: GitHub
- URL: https://github.com/sarahsidahmed/note-app
- Owner: SarahSidAhmed
- Created: 2023-09-17T10:00:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-05T18:11:29.000Z (about 1 year ago)
- Last Synced: 2024-12-28T20:19:07.440Z (about 2 months ago)
- Topics: android, apk, databases, kotlin, mobile-app, mobiledev, notes-app, sqlite
- Language: Kotlin
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🔗Notes App with Android Studio
This project uses Kotlin with SQLite Database to store the notes.
The operations enabled here are:
- Add Note
- Edit Note
- Delete Note
This project is a good introduction to creating and managing the in and outs of a database with SQLite.
With a simple UI UX of the notes adn the general interface of the app.Your SQLite Database
![]()