码迷,mamicode.com
首页 >  
搜索关键字:pendingintent notification    ( 1236个结果
SAP 常用T-CODE
Plant Maintenance (PM) IW32 - Change Plant Maintenance Order  IW33 - Display Plant Maintenance Order  IW34 - Create Notification Order  IW51 - Create Service Notification  IW52 - Change Service...
分类:其他好文   时间:2016-04-22 20:45:34    阅读次数:244
iOS delegate、notification、KVO如何选择
在开发ios应用的时候,我们会经常遇到一个常见的问题:在不过分耦合的前提下,controllers间怎么进行通信。在IOS应用不断的出现三种模式来实现这种通信: 1.委托delegation; 2.通知中心Notification Center; 3.键值观察key value observing,KVO 因此,那为什么我们需要这些模式以及什么时候用它以及什么时候不用它。 下面来讨论这三...
分类:移动开发   时间:2016-04-22 20:43:23    阅读次数:188
iOS,推送通知
推送通知 推送通知跟NSNotification有所区别: 1> NSNotification是抽象的,不可见的 2> 推送通知是可见的(能用肉眼看到) iOS中提供了2种推送通知: 本地推送通知, 远程推送通知 1> 本地推送通知(Local Notification) 2> 远程推送通知(Rem ...
分类:移动开发   时间:2016-04-22 18:24:44    阅读次数:347
安卓学习notification
...
分类:移动开发   时间:2016-04-21 22:10:54    阅读次数:260
iOS 趣谈设计模式——通知
【前言介绍】 iOS的一种设计模式,观察者Observer模式(也叫发布/订阅,即Publich/Subscribe模式)。 观察者模式,包含了通知机制(notification)和KVO(Key-value-observing)机制。 在这本文中,我们将介绍在日常项目当中经常使用到的通知机制这一种 ...
分类:移动开发   时间:2016-04-21 15:03:20    阅读次数:251
Android_实用技术(1)—— Notification的创建流程和使用方法
android.app.Notification android.app.Notification.Builder Notification,俗称通知,是一种具有全局效果的通知,它展示在屏幕的顶端,首先会表现为一个图标的形式,当用户向下滑动的时候,展示出通知具体的内容。 NotificationMa ...
分类:移动开发   时间:2016-04-21 10:00:39    阅读次数:176
PendingIntent传值接收时为null
时间:2016-4-20 11:01:20描述:使用Notifaction时,使用到PendingIntent中使用intent传值的问题,接收Activity接收时获取到的内容为null。解决: flags有四个取值: int FLAG_CANCEL_CURRENT:如果该PendingInten... ...
分类:其他好文   时间:2016-04-20 15:08:50    阅读次数:247
Android自定义Notification并没有那么简单
背景 最近需要实现一个自定义Notification的功能。网上找了找代码,解决方案就是通过RemoteViews来实现。但是在实现过程中遇到不少问题,网上也没有很好的文章描述这些问题,所以在这里做个总结,希望大家能少走点弯路。 实现 RemoteViews 自定义View 这是最基础的知识点,虽然 ...
分类:移动开发   时间:2016-04-19 14:21:49    阅读次数:1140
NM_CUSTOMDRAW 消息
When the control first starts to paint itself, in response to a WM_PAINT, you receive a NM_CUSTOMDRAW notification message, with the draw stage set to ...
分类:其他好文   时间:2016-04-18 01:13:16    阅读次数:308
25 Notification通知栏
...
分类:其他好文   时间:2016-04-17 22:07:13    阅读次数:125
1236条   上一页 1 ... 41 42 43 44 45 ... 124 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!