This app can be used to remote control a presentation e.g. on your notebook.
It requires a server software running on the machine that is controlled. A sample server can be found here.
Connection can currently established using bluetooth. Wifi support is currently planned.
In this document, you will find the information how to build and install the app.
For installation:
- An android device with minimum api level 21 or higher. This is Android 5.1 "Lollipop" or higher.
- Android platform tools
For building the app:
To build the app, import the source code in Android Studio. There you can build and install it like any other Android app.
If you want to just install an official release, you need to enable usb debugging on your device. See the Android documentation how to do this.
Now you can execute the following command to install the downloaded apk file:
<path/to/extracted/>adb install </path/to/downloaded/>Presenter.apk
Replace the paths accordingly where you downloaded the apk and where you extracted the platform tools.