说明:为了区别「本地通知」与「推送通知」这两种iOS中提醒用户,可见的「通知」,本文所将Notification翻译为「通告」。它们的详细区别,可参考《iOS开发系列--通知与消息机制》一文。实践遇到的问题:最近在维护公司的一个项目中,遇到这样一个报错:-[GlobalManager addAlbu...
分类:
移动开发 时间:
2015-01-04 14:57:33
阅读次数:
198
用作桌面提醒特别方便,特别是手机端。先睹为快吧^_^ 1 2 3 4 5 6 Document 7 8 9 10 Notify me!11 71 72 73 View Code
分类:
Web程序 时间:
2015-01-01 01:28:25
阅读次数:
133
NSNotificationCenter基础知识Notification的工作机制1.对应用程序中其他地方发生的事件(比如增加一条数据库记录)感兴趣的对象,会向通告中心(Notification Center,NSNotificationCenter类的实例)注册,从而成为该事件的监听者。在注册过程...
分类:
其他好文 时间:
2014-12-31 21:25:06
阅读次数:
281
SlideInViewThis is a quick and lightweight example of how to present a notification like view from the bottom of a view. Using SlideInView, the code y...
分类:
其他好文 时间:
2014-12-31 09:53:18
阅读次数:
137
JFMinimalNotificationsThis is an iOS UIView for presenting a beautiful notification that is highly configurable and works for both iPhone and iPad. JF...
分类:
其他好文 时间:
2014-12-30 23:21:29
阅读次数:
265
Notification是智能手机应用编程中非常常用的一种传递信息的机制,而且可以非常好的节省资源,不用消耗资源来不停地检查信息状态(Pooling),在iOS下应用分为两种不同的Notification种类,本地和远程。本地的Notification由iOS下NotificationManager统一管理,只需要将封装好的本地Notification对象加入到系统Notification管理机制...
分类:
移动开发 时间:
2014-12-29 13:48:26
阅读次数:
298
---------------------------Debugger Exception Notification---------------------------Project Project1.exe raised exception class EClassNotFound with m...
分类:
其他好文 时间:
2014-12-28 22:13:25
阅读次数:
110
代码Activity01package com.lxt008;import android.app.Activity;import android.app.Notification;import android.app.NotificationManager;import android.app.P...
分类:
移动开发 时间:
2014-12-28 16:42:44
阅读次数:
320
情况是这样的,使用NotificationManager触发多个Notification:Java代码 privateNotificationgenreNotification(Contextcontext,inticon,StringtickerText,Stringtitle,Stringcon...
分类:
其他好文 时间:
2014-12-28 11:34:57
阅读次数:
110
第一次做iOS push,回想起来还挺简单的。因为做的时候没留下图,所以就不上图了去http://developer.apple.com ,用付过费的开发者帐号,创建一个新的应用。勾选上Enable Push Notification;然后在本机的Key Chain 中请求从证书颁发机构请求一个证书...
分类:
移动开发 时间:
2014-12-27 20:18:07
阅读次数:
195