Skip to content

Nikolow/simple-android-notes-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Description

This is a simple Android Appliaction for saving and viewing Notes using SQLite

Image

Functionality

  • Using recyclerview adapter for displaying all notes
  • On note click -> new view with information about the note
  • Options to edit and delete notes when viewing note
  • Option to delete notes with swiping (+ undo function)
  • Option to add a new note
  • Auto save

Image

Notes

  • ID (hidden)
  • Title (for displaying in the list)
  • Note (the information of the note)
  • Timestamp (date)

About

Android Studio Java Notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages