Skip to content

nicolassso/Notitiyas.java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Notitiyas.java

Notes app using SQLite implementing CRUD.

It is a simple app for storing notes in the internal Android database SQLite.

First screen shows the name of the app, after 2 seconds jumps to the List of notes you have already saved.

startNotitiyas

In the topbar you can create a new note or delete all.

listadoNotitiyas

If you create a note, the first field cannot be empty, and the second field must be a number (I want to make it a DATE field).

crearNotitiyas

The listview shows all the notes, by clicking on any of them it takes you to another activity where you can see the content of the note, and delete the note.

verNotitiyas

Back to the listview, if you holdpress a note, you can edit the content of the note.

editNotitiyas

borrarNotitiyas

About

Notes app using SQLite implementing CRUD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages