Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发Android家庭自动化系统的应用程序,其中一个功能是通过互联网(网页)控制灯光和风扇。
Android
由于我是新手,如果有人能告诉我如何继续或从哪里开始,那将非常有帮助。
我应该在我的安卓手机上使用网络服务器并从网络触发一些脚本还是有更简单的方法。
您正在寻找的正是GCM。使用 GMC,您可以向您的 android 手机发送消息,并根据消息重定向手机以执行某些操作。
看看DEMO应用程序。
您应该了解广播接收器。在这里阅读更多http://developer.android.com/reference/android/content/BroadcastReceiver.html