ChesterEucrine / SaveSpace-Android

App for memes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codecov.io CircleCi status TravisCi status

SaveSpace

An android app to save and edit notes and reminders

Functionalities:

  • Add and save sticky note
  • Set nptes with alarms
  • Locked notes(Personal notes)
  • Image noting

Building

To build you will need:

  • A Java compiler compatible with Java 1.8
  • The Android SDK with platform 26 installed

Building from command-line

Note: at the time of this writing, the current version of Gradle (4.5.1) is not compatible with the current version of JDK (9.0.4). To have the build succeed, use JDK version 1.8.0_162.

  • gradle build to build the APK
  • Optional: gradle installDebug to install the APK to a connected device

Building with Android Studio

You can also build with Android Studio by importing this project into it.

Building from Eclipse

You can also build from Eclipse. Create a new Android Project, choosing "Create project from exisiting source", then set the compiler compliance level to 1.6 in project settings.

Nightly Builds

Automatically created builds are available from [To be inserted]

Documentation

Javadocs can be generated using gradle javadoc or ant doc

About

App for memes


Languages

Language:Java 100.0%