Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.