An open API service indexing awesome lists of open source software.

https://github.com/vfdev-5/mynotepadv4

This is 'myNotepad' android application. Code represents a 4th version of Notepad android tutorial application: https://developer.android.com/training/notepad/index.html Application manages its content using local DB. Notes contain title and body.
https://github.com/vfdev-5/mynotepadv4

Last synced: about 1 year ago
JSON representation

This is 'myNotepad' android application. Code represents a 4th version of Notepad android tutorial application: https://developer.android.com/training/notepad/index.html Application manages its content using local DB. Notes contain title and body.

Awesome Lists containing this project

README

          

This is 'myNotepad' android application.
Code represents a 4th version of Notepad android
tutorial application:

https://developer.android.com/training/notepad/index.html

https://developer.android.com/training/notepad/codelab/NotepadCodeLab.zip

Application manages its content using local DB. Notes contain title and body.
Only changes are in activities navigation and DB usage.