GitXplorerGitXplorer
V

NotesApp

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

NotesApp

This application was made for practice in using Room to storing data into SQLite.

  • In the main activity you can insert title and body of your note, then push the button to add it into DB
  • All your notes are listed below using RecyclerView
  • Tap on certain note will delete it from DB