https://github.com/aurbano/android-notes-app
A very simple Android app to create and manage notes.
https://github.com/aurbano/android-notes-app
android-app java
Last synced: 3 months ago
JSON representation
A very simple Android app to create and manage notes.
- Host: GitHub
- URL: https://github.com/aurbano/android-notes-app
- Owner: aurbano
- Created: 2014-05-25T10:56:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T13:06:00.000Z (over 10 years ago)
- Last Synced: 2025-03-12T05:29:05.208Z (7 months ago)
- Topics: android-app, java
- Language: Java
- Homepage: https://aurbano.github.io/Android-Notes-App
- Size: 727 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Android Notes
=================A very simple Android app to create and manage notes.
Notes are stored in simple text files, where each note will be one file. All files are read from the filesystem on load, and displayed on a `listview`.
**Note: This app was created as a learning project, and should only be used as such.**
[](https://github.com/aurbano)