通知通知是能在应用的普通用户界面外显示给用户的一种消息。当你告诉系统公布一条通知时,它首先在通知栏中表现为一枚图标。用户打开通知抽屉后就能查看通知的细节了。通知栏和通知抽屉都是由系统控制的区域,用户能够不论什么时间都能查看他们。图1.在通知栏里的通知。图2.在通知抽屉里的通知。通知的设计通知,作为A...
分类:
其他好文 时间:
2015-12-29 19:30:04
阅读次数:
201
http://www.androidhive.info/2012/10/android-push-notifications-using-google-cloud-messaging-gcm-php-and-mysql/按照文章的链接的步骤,实现GCM-HTTP在client 和app server...
分类:
移动开发 时间:
2015-12-11 20:41:50
阅读次数:
316
The NotificationManager can tell you how many notifications your application is currently showing. This sample demonstrates how to use this API that h...
分类:
其他好文 时间:
2015-12-02 12:13:46
阅读次数:
134
iOS 8提供了一个令人兴奋的新API来创建交互式通知(interactive notifications),它能让你在你的应用之外为用户提供额外的功能。我发现网上还没有关于如何实现它的比较好的示例教程,所以我将在这篇文章里来实现一个简单的交互式通知示例,分享给大家。为了创建交互式通知,需要iOS ...
分类:
移动开发 时间:
2015-11-30 14:37:39
阅读次数:
181
一般在调试时我们使用任何boundleID,即为*的profile文件但在使用推送后进行调试,除了创建和上传APN证书,还需要重新生成(1)特定程序的BoundleID(2)包含Push Notifications等功能的profile文件
分类:
移动开发 时间:
2015-11-20 12:24:18
阅读次数:
4440
https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Notifications/Articles/Threading.html#//apple_ref/doc/uid/20001289-CEGJFDFGDeli...
分类:
移动开发 时间:
2015-11-03 17:48:05
阅读次数:
251
The Run Loop Sequence of Events Each time you run it, your thread’s run loop processes pending events and generates notifications for any attached observers. The order in which it does this is ve...
分类:
其他好文 时间:
2015-10-27 15:32:51
阅读次数:
198
兼容 谷歌、火狐、360系列浏览器桌面通知(有用) 本文从总结工作,并且参照大量的网络资源的。我们希望有同样需求的朋友来帮忙。 (部分): http://xsk.tehon.org/den/index.php/category/tech/html5-audio-notifications.ht...
分类:
其他好文 时间:
2015-10-26 22:22:12
阅读次数:
235
转载请注明来源,谢谢——by GuavaNotification 既iOS中的“通知”(广播站)机制可以用来监听系统、模型的变化。接收端:通过[NSNotificationCenter defaultCenter]获得一个共享实例,就用这个对象来接收广播。收听广播的方法是,向对象发送消息:- (vo...
分类:
Web程序 时间:
2015-10-15 15:53:36
阅读次数:
157
注:本文内容来自:https://developer.android.com/training/wearables/notifications/index.html翻译水平有限,如有疏漏,欢迎批评指教。译:山人增加可穿戴设备功能到通知中Adding Wearable Features to Noti...
分类:
移动开发 时间:
2015-10-05 23:17:04
阅读次数:
333