Android client of Insapp.
Related repositories : iOS version, backend, API.
Insapp is a project aiming at helping associations from INSA Rennes to communicate with students.
You can find us on Facebook.
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
.
- Retrofit for constructing the REST API
- PersistentCookieJar for persistent cookies
- Glide for loading images
- AppIntro for cool intro
- SparkButton for like buttons
- Android Vision API for scanning barcodes
- AndroidX