GitXplorerGitXplorer
V

NotesApp

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
e372893a7ada50e40aaf28395dd7a04c6436f268

Initial commit

VVitaliyBelyaev committed 7 years ago

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