Ecosyste.ms: Awesome
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: 11 days 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.
- Host: GitHub
- URL: https://github.com/vfdev-5/mynotepadv4
- Owner: vfdev-5
- Created: 2014-08-30T10:36:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-30T11:00:35.000Z (about 10 years ago)
- Last Synced: 2024-10-13T12:11:55.689Z (26 days ago)
- Language: Java
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.