Go to file
Pavle Portic 64f77d7dd2 Add readme 2018-03-21 02:31:43 +01:00
.idea Initial commit 2018-03-21 02:26:26 +01:00
app Initial commit 2018-03-21 02:26:26 +01:00
backend Add backend 2018-03-21 02:28:28 +01:00
gradle/wrapper Initial commit 2018-03-21 02:26:26 +01:00
.gitignore Initial commit 2018-03-21 02:26:26 +01:00
README.md Add readme 2018-03-21 02:31:43 +01:00
build.gradle Initial commit 2018-03-21 02:26:26 +01:00
gradle.properties Initial commit 2018-03-21 02:26:26 +01:00
gradlew Initial commit 2018-03-21 02:26:26 +01:00
gradlew.bat Initial commit 2018-03-21 02:26:26 +01:00
settings.gradle Initial commit 2018-03-21 02:26:26 +01:00

README.md

i3Control

A basic android app that controls media functionality on my Linux PC. This is the first version, so everything is hardcoded and messy.

Android app

Just change the url to your backend in the ApiService class and build the app.

Python backend

You can run it through wsgi or just directly from the shell using python run.py. The only dependency is Flask.