Everything needed to create a remote control for Android, communicating over bluetooth with an Arduino.
UltimateRemoteControl is hosted in the following web site
https://github.com/Nukehead/UltimateRemoteControl
If you think the Android project UltimateRemoteControl listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of UltimateRemoteControl.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN |
There are 1 image files in UltimateRemoteControl. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
UltimateRemoteControl has the following Java source files.
com.ultimateremotecontrol.urcandroid.ControlStick.java com.ultimateremotecontrol.urcandroid.DeviceListActivity.java com.ultimateremotecontrol.urcandroid.DriveActivity.java com.ultimateremotecontrol.urcandroid.SetupActivity.java com.ultimateremotecontrol.urcandroid.URCLog.java com.ultimateremotecontrol.urcandroid.gui.VerticalSeekBar.java com.ultimateremotecontrol.urcandroid.model.Command.java com.ultimateremotecontrol.urcandroid.model.CommandProvider.java com.ultimateremotecontrol.urcandroid.model.ConnectionHandler.java com.ultimateremotecontrol.urcandroid.model.IRemoteConnection.java com.ultimateremotecontrol.urcandroid.model.RemoteConnection.java com.ultimateremotecontrol.urcandroid.model.TickStatusListener.java