shubham-kumar1410 / ARD

ARD portal for students

Home Page:http://www.bits-pilani.ac.in/goa/ard/ard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARD Android Companion

Build Status Dependency Status codecov

This app runs on Android OS version above and including Lollipop (API 21) uptil Nougat (API 25).

Project uses the following CIs

Travis CI for testing. Travis CI reports can be found here Codecov for coverage. Reports here.
VersionEye to keep track of dependencies.

Project follows the naming convention mentioned here and here. Before starting contributions please make sure you are thorough with this convention. If you have any suggestions that you would like to share or want to report a bug, use the Issues tab.

For any issues faced during installations, head over to Slack.

Project hosted under Mobile Applications Club, BITS Goa

Project Setup and Build Instructions

Requirements

  • Android Studio 2.3 or above
  • Android SDK Tools 25.2.4 or above
  • Android SDK Platform-tools 25.0.3 or above
  • Android SDK Build-tools 25.0.2 or above
  • Extras (in SDK Manager)

Installaltion

  1. Fork this repository to your account on GitHub

  2. Clone to your local storage using git. Open a terminal and paste

git clone https://github.com/yourusername/ARD.git
  1. Open Android Studio and click Open > Navigate to ARD folder > Press Select

  2. Create a new branch and name it

git checkout -b my-fix-branch
  1. Make your changes and commit them
git add .
git commit -m "Give commit message"
  1. Update your fork
git push origin my-fix-branch

OR

if you have to rewrite your branch

git push -f origin my-fix-branch

Send a PR if not already done so.

About

ARD portal for students

http://www.bits-pilani.ac.in/goa/ard/ard


Languages

Language:Java 70.4%Language:XSLT 26.4%Language:Shell 3.2%