Android Open Source - Hardware remote GCMHelloWorld






Project Summary

Android project to remotely control Yeelight light bulb over Bluetooth Low Energy using Google Cloud Messsaging(GCM).

Web Site / Source Repository

GCMHelloWorld is hosted in the following web site
https://github.com/jmgjmg/GCMHelloWorld

If you think the Android project GCMHelloWorld listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of GCMHelloWorld.

ItemValue
Java File Count5
Target SDK Version19
Minimum SDK Version19
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.GET_ACCOUNTS
android.permission.INTERNET
android.permission.WAKE_LOCK
com.google.android.c2dm.permission.RECEIVE
com.hmkcode.android.gcm.permission.C2D_MESSAGE




License

The license information of GCMHelloWorld is as follows:

Created by Javier Montaner (twitter: @tumaku_) during PIWEEK of kaleidos http://kaleidos.net/ (July 2014) Built on a previous project (https://github.com/jmgjmg/MSMBle) developed at Makespace Madri...

Java Source Files

com.tumaku.gcmhelloworld.ControlLightActivity.java
com.tumaku.gcmhelloworld.GcmBroadcastReceiver.java
com.tumaku.gcmhelloworld.GcmMessageHandler.java
com.tumaku.gcmhelloworld.MainActivity.java
com.tumaku.gcmhelloworld.TumakuBLEService.java