Skip to content

RUGSoftEng/2017-Winter-Summer-School-Android

Repository files navigation

Build Status Coverage Status

UG Summer & Winter Schools Android Application

The​ ​Winter​ ​and​ ​Summer​ ​Schools​ ​Android​ ​Application​ ​is​ ​a​ ​project​ ​developed​ ​at​ ​the​ ​RUG​ ​which aims​ ​to​ ​help​ ​to​ ​communicate​ ​between​ ​the​ ​school​ ​organizers​ ​and​ ​the​ ​participants​ ​in​ ​order​ ​for them​ ​to​ ​provide​ ​and​ ​access​ ​general​ ​and​ ​specific​ ​information​ ​and​ ​to​ ​create​ ​community​ ​so​ ​that​ ​it acts​ ​a​ ​communication​ ​hub​ ​in​ ​general.​

Download Current Version on Google Play : UG Summer & Winter Schools

Getting Started

This instructions provide you with installation process to run the application on local machine using Android Studio.

Prerequisites

  • Android Studio 3.1 Beta+
  • Android SDK 27+
  • Gradle 4.5+
  • Build tool version : 27.0.3
  • Minimum SDK version 19

Installation

Clone this project where you want to install. Run Android Studio and import project. Sync the project with Gradle files and build. You may have to install or download required files.

Build on command line :

./gradlew build

Adding Android Studio SHA1 key to Firebase Console

This project authenticates users using Firebase via Facebook or Google account for forum section. In order to authenticate using Firebase, you have to add Android Studio SHA1 key to Firebase Console. Please contact to us to add your key.

Setting up the sever

As default, the application is connected to the actual running server Web application. The application will be working normally. Also, you can run the application with local server (See : 2017-Winter-Summer-School-App). In order to communicate with local server, you have to change the server URL to your local server address on NetworkingService class.

public class NetworkingService<T extends Content> {
    ...
    private static final String HTTP_URL = /* put your local server address here */;
    ...

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages