Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.79 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.79 KB

Presenter App for Android Build Status codecov

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.

Requirements

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:

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.

Installation

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.