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
                             
                    
                        
                            
                            
                                我们知道,用户可能下载了Android应用后,以后就可能不会再次启动了,那么为了提醒用户再次启动这个应用完成相应的工作,我做了这个功能。
当然做这个功能的前提是,你得有个服务在后台运行,并且保证服务不会被系统杀死。
第一个方法是,利用notificationManager方式来提醒用户,第二种方式是利用弹框提醒用户。...
                            
                            
                                分类:
其他好文   时间:
2014-12-26 11:13:45   
                                阅读次数:
177
                             
                    
                        
                            
                            
                                Android 4.0以前:1: 普通的notificationprivate static final int NOTIFY_ID = 0;notificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVIC...
                            
                            
                                分类:
移动开发   时间:
2014-12-25 15:54:55   
                                阅读次数:
139
                             
                    
                        
                            
                            
                                很好的参考资料:http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1
中文的参考资料: 第一部分 http://www.tairan.com/archives/194    
第二部分:http://www.tairan.com/archives/281 
第三...
                            
                            
                                分类:
移动开发   时间:
2014-12-25 14:40:25   
                                阅读次数:
358