Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:


  1. Add Note

  2. Edit Note

  3. 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


Notes app