Android client for the IOweYou app. The source code of the backend can be found here.
- Clone the github repository.
git clone [email protected]:PetrKubes97/ioweyou-android.git
-
Import it into Android Studio.
-
You may want to change facebook_app_id and fb_login_protocol_scheme in app/src/main/res/values/strings.
-
Set the URL of your backend server in app/src/main/java/cz/petrkubes/ioweyou/Tools/Const.java
-
Build and run the app
MIT