Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 635 Bytes

File metadata and controls

14 lines (9 loc) · 635 Bytes

Bluetooth Example

BlueToothDemo is a simple example of how to startup a bluetooth client and server. You will need to install this example on two devices (not the simulators, doesn't work there). Once the connections are made, it just like any other network code.

ControllerSimpleDemo is a simple demo for using a bluetooth controller like a joystick or game controller

controller is a google's example for the Controller. Nothing was changed, only it's now setup for studio.

These are example code for University of Wyoming, Cosc 4730 Mobile Programming course. All examples are for Android.