dashengz / project-bestnote

A simple cloud-sync note-taking Android app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

project-bestnote

Project Description:

Final Project for Java OOP II course at Teachers College, Columbia University

This app is a simple cloud-sync note-taking app. It uses Parse Android API to save user data.

The picture notes are captured using the system camera app and are saved locally.

How to Use:

Set up a project in Parse.com and paste your applicationId and clientId into:

/app/src/main/java/edu/columbia/jonathan/project_bestnote/ MyApplication

Parse.initialize(this, "applicationId", "clientId");

Screenshots of the app:

Log-In Page:

Main Page:

View Notes Page:

Note Detail Page:

Edit Existing Notes Page:

Create Notes Page:

Other Functionality:

About

A simple cloud-sync note-taking Android app


Languages

Language:Java 100.0%