GitXplorerGitXplorer
V

NotesApp

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
c53a1af86022cd71cfe4a11cd4b942e45d54b0c6

Refactoring 2

VVitaliyBelyaev committed 7 years ago
Unverified
ea446e273d70b625a74d2fb0b9a7e0cfcbe911a7

Merge remote-tracking branch 'origin/master'

VVitaliyBelyaev committed 7 years ago
Unverified
c01cb00622d0a5fd5d7e6968dcae8c825832bc32

Refactoring after code review

VVitaliyBelyaev committed 7 years ago
Verified
1d2311fc2de117941eaf3f0596a7aabc2bf65e6d

Create README.md

VVitaliyBelyaev committed 7 years ago
Unverified
e0cacf231ab871aae3129787a53976f30212fe69

Background work with DB on HandlerThread

VVitaliyBelyaev committed 7 years ago
Unverified
a37960c0439912304b90766e93b5fcf69f71aee2

Add Recycler and AsyncTasks

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