Close

Android application development

A project log for Tactile Remote Control of a Mobile Device

Control your mobile device remotely without using the touch screen

kyle-thomasKyle Thomas 10/06/2017 at 00:590 Comments

The android application is based on the tutorial by Dave Smith from NewCircle, except the bulk of the program is run in a service, instead of an activity.  

 
https://github.com/devunwired/accessory-samples/tree/master/BluetoothGatt/src/com/example

The app is separated into three main classes:

The service progress through the following cases:

Discussions