itsandreramon / TellMe

Android app that has been built as part of the Java EE Technologies & Applications course at the University of Applied Sciences Brandenburg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

TellMe

The Android app for TellMe. Written entirely in Kotlin using Coroutines and RxJava.

Code style

This project uses ktlint via Spotless to format code based on official style guides from Kotlin and Android.

API

You can obtain a valid api key by decrypting the file using:

$ openssl aes-256-cbc -d -in release/google-services.json.encrypted -k $KEY >> app/google-services.json

Please make sure to place the corresponding google-services.json inside the app folder.

Disclaimer

This project was built for educational purposes and does not represent a production ready application.

About

Android app that has been built as part of the Java EE Technologies & Applications course at the University of Applied Sciences Brandenburg.


Languages

Language:Kotlin 99.8%Language:Shell 0.2%