Skip to content

Devsoc-BPGC/Events

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0e445ba · Jul 20, 2018

History

29 Commits
Jul 13, 2018
May 18, 2018
Jul 20, 2018
Jun 15, 2018
May 19, 2018
Jul 11, 2018
Jun 17, 2018
Jul 11, 2018
May 19, 2018
Jul 11, 2018
May 19, 2018
Apr 23, 2018
May 14, 2018
Apr 22, 2018
Apr 22, 2018
Apr 22, 2018

Repository files navigation

Events App

A modular events app for all types of events.

Usage

Make sure you have latest android studio. Download this repository and build using android studio.

Technologies/Libraries used

Code Quality

Checkstyle

To ensure your commits adhere to proper code style, please execute the following before sending a pull request and solve the issues detected in the report.

mkdir app/build/reports/ -p
checkStyleVer=8.10
wget https://github.com/checkstyle/checkstyle/releases/download/checkstyle-$checkStyleVer/checkstyle-$checkStyleVer-all.jar -c --quiet
java -jar checkstyle-$checkStyleVer-all.jar -c config/checkstyle/checkstyle.xml app/src/ -o app/build/reports/checkstyle.txt
# open the report in your favorite text viewer
less app/build/reports/checkstyle.txt

Web Interface

Coming soon

About

Modular app for all events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published