rsookram / calendar

An Android app which displays a calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calendar

An Android app which displays a CalendarView. It only displays a calendar. There is no integration with the calendar provider API.

Features

  • Requires no permissions
  • Small app (< 16 KB)
  • No third-party runtime dependencies

Build

Run the following command from the root of the repository to make a debug build:

./gradlew assembleDebug

Making a release build is similar, but requires environment variables to be set to indicate how to sign the APK:

STORE_FILE='...' STORE_PASSWORD='...' KEY_ALIAS='...' KEY_PASSWORD='...' ./gradlew assembleRelease

License

MIT

About

An Android app which displays a calendar

License:MIT License


Languages

Language:Java 100.0%