Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfreniche/everpobre
Everpobre is an Android Evernote-like app to create notes inside notebooks.
https://github.com/dfreniche/everpobre
Last synced: 11 days ago
JSON representation
Everpobre is an Android Evernote-like app to create notes inside notebooks.
- Host: GitHub
- URL: https://github.com/dfreniche/everpobre
- Owner: dfreniche
- License: mit
- Created: 2015-09-24T16:21:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T07:00:32.000Z (about 9 years ago)
- Last Synced: 2023-06-10T19:45:34.469Z (over 1 year ago)
- Language: Java
- Size: 344 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Everpobre
## What is this?
Everpobre is an Android Evernote-like app to create notes inside notebooks. It's an example to highlight how to:
- create an Android App, following some best practices
- use DAOs to access your data
- create a SQLite Database easily
- use reusable Fragments## Step by step
If you want to know more about how to create this project, here is a [step by step document](Everpobre-step-by-step-ES.md) showing you how it's done.
## Steps
This repo is labeled with steps, so you can checkout `step/2` to go to that step if you're following this explanation.