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
This instructions provide you with installation process to run the application on local machine using Android Studio.
- Android Studio 3.1 Beta+
- Android SDK 27+
- Gradle 4.5+
- Build tool version : 27.0.3
- Minimum SDK version 19
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
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.
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 */;
...
- Jeongkyun Oh - [email protected]