EtsTest-AndroidApps / insapp-android

Android client of Insapp, an application aiming at promoting associations of INSA Rennes

Home Page:https://insapp.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insapp

Android client of Insapp.

Download from Google Play

Related repositories : iOS version, backend, API.

What is Insapp?

Insapp is a project aiming at helping associations from INSA Rennes to communicate with students.

You can find us on Facebook.

Configuration

Use Android Studio to build the project.

Two build types (build variants) can be used:

  • release: linked to the production API (prod) ;
  • debug : linked to the development API (dev).

In order to receive push notifications under these two environments, two Firebase projects must be created. The attached google-services.json files should be at the following locations:

  • release: app/google-services.json ;
  • debug : app/src/debug/google-services.json.

Notable open-source libraries

About

Android client of Insapp, an application aiming at promoting associations of INSA Rennes

https://insapp.fr/

License:GNU General Public License v3.0


Languages

Language:Kotlin 75.3%Language:Java 24.7%