E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
RemoteViews
Android中AppWidget的分析与应用:AppWidgetProvider .
分析了AppWidgetProvider如何被AppWidget系统所识别;AppWidgetProvider何时/如何通过
RemoteViews
提供
carlo_z_
·
2015-05-30 13:00
Notification的简单使用
//
RemoteViews
是Notification的内部布局 RemoteViewsrv=newRemoteViews(getPackdgeName(),R.layout.rv); rv.setTextViewText
fantasiter
·
2015-01-09 15:00
android
notification
android.widget.
RemoteViews
$ReflectionAction.writeToParcel(
RemoteViews
.java :763) 4.0.3和4.0.4版本
RemoteView是报的错RemoteViewsremoteViews=newRemoteViews(context.getPackageName(),R.layout.notify_black_layout)在给
RemoteViews
u013045971
·
2014-12-01 18:00
RemoteViews
writetoparcel
Android 自定义通知栏实现资料总结
Android3.0以上版本支持应用自定义通知栏,使用
RemoteViews
作为自定义通知栏的展示界面类(该类不继承View)。
u013478336
·
2014-12-01 10:00
android
自定义通知栏
RemoteViews
用法三:包含的widget的类音乐播放器
关于widget的用法参考:
RemoteViews
用法一:widget简单用法
RemoteViews
用法二:可以接收点击事件并改变外观的widget这篇博文主要是完成一个类音乐播放器,全面的应用
u011647962
·
2014-11-21 16:00
RemoteViews
widget
ComponentName
RemoteViews
用法二:可以接收点击事件并改变外观的widget
关于widget简单的用法参考:
RemoteViews
用法一:widget简单用法这篇博客完成一个可以接收点击事件并改变外观的widget,并简要总结,最后附上源码下载地址。
u011647962
·
2014-11-21 15:00
RemoteViews
widget
RemoteViews
用法一:widget简单用法
RemoteViews
:远程的view,用在widget和自定义notification布局里。本文简单完成一个widget组件。
u011647962
·
2014-11-21 10:00
android
widget
android小部件
查看当前Android版本
RemoteViews
支持的UI对象
(importandroid.widget.
RemoteViews
.RemoteView;) 2、突出显示该接口名称。(选中RemoteView或其全称)如下图所示。
u012398365
·
2014-11-11 13:00
eclipse
android
Pro Android学习笔记(一三九):List Widgets(1):概述
RemoteViews
我们知道不能直接获取
RemoteViews
的对象,Remo
flowingflying
·
2014-10-26 09:00
Android_AppWidget_AppWidgetProvider分析与应用
分析了AppWidgetProvider如何被AppWidget系统所识别;AppWidgetProvider何时/如何通过
RemoteViews
提供并更新数据;如何响应通过
RemoteViews
提供的
strawberry2013
·
2014-08-05 14:00
Broadcast
appwidget
android 实现自定义状态栏通知(Status Notification)
在通知栏这一小小的旮旯里,我们通常需要将内容丰富起来,这个时候我们就需要去实现自定义的通知栏,例如下面360或者网易的样式:首先我们要了解的是自定义布局文件支持的控件类型:Notification的自定义布局是
RemoteViews
xuduzhoud
·
2014-05-20 13:00
android
notif
自定义状态栏通知Status
Android开发之自定义Notification(源代码分享)
选项我觉得限制还是挺多的,如图所示,官方API告诉我们它依然必须得设置icon,tittle,text三个选项,除此之外,还一定要设置pengdingintent,不少网友还反映 builder.setContent(
remoteViews
u013900875
·
2014-03-23 10:00
android
推送
notification
通知
pengdingintent
Android中AppWidget的分析与应用:AppWidgetProvider
分析了AppWidgetProvider如何被AppWidget系统所识别;AppWidgetProvider何时/如何通过
RemoteViews
提供并更新数据;如何响应通过
RemoteViews
提供的
xumingrencai
·
2014-03-04 18:00
appwidget
Android之
RemoteViews
阅读更多
RemoteViews
中的setxxx方法比如setCharSequence(intviewId,StringmethodName,CharSequencevalue);views.setString
totoxian
·
2014-03-04 18:00
Android之
RemoteViews
RemoteViews
中的setxxx方法比如setCharSequence(int viewId, String methodName, CharSequence value);views.setString
totoxian
·
2014-03-04 18:00
android
Android之
RemoteViews
RemoteViews
中的setxxx方法比如setCharSequence(int viewId, String methodName, CharSequence value);views.setString
xumingrencai
·
2014-03-04 18:00
android
Android 之窗口小部件-Gridview
大神skywang-http://www.cnblogs.com/skywang12345/p/3264991.htmlAndroid之窗口小部件高级篇--AppWidget之
RemoteViews
在之前的一篇博文
xujinyang1234
·
2014-01-29 13:00
当屏幕旋转桌面widget失效的问题
我写了一个桌面小插件就是widget,发现当屏幕旋转的时候,内容会消失,查阅了一下资料,发现当屏幕旋转的时候,widget会自动调取最近updateAppWidget()的
RemoteViews
,而我是在设置好内容后又设置了监听
Consoar
·
2013-11-18 01:00
android
android AppWidget 支持ListView
androidAPI11
RemoteViews
提供出一些新的方法,让我们可以在桌面widget上添加一些复杂界面元素。比较有代表性的是ListView。就此写贴做个记录与分享。
yarkey09
·
2013-11-06 21:00
源码
android
ListView
RemoteViews
widget
【Android AppWidget开发流程】
其使用
RemoteViews
更新UI。一旦系统发生变更,很容易引起AppWidget的更新。其支持的组件有限,事件类型也很少。所以一般用于更新周期较长,事件比较简单的用于桌面显示的组件。
gebitan505
·
2013-11-01 18:00
appwidget
android应用
桌面应用
自定义Notification
RemoteViewsremoteViews=newRemoteViews(this.getPackageName(),"自定义通知布局");
remoteViews
.setTextViewText("
q445697127
·
2013-10-22 16:00
RemoteViews
概述
1.RemoteView概述到目前为止,我发现RemoteView会用在两个地方:一个是在AppWidget,另外一个是在Notification. 先从官方对他的定义来看: RemoteView-- Aclassthatdescribesaviewhierarchythatcanbedisplayedinanotherprocess.Thehierarchyisinflatedfromalayo
陈诗楠
·
2013-08-15 10:00
android 4.1版本的NotificationCompat兼容性问题
之后推荐使用NotificationCompat和他的附属类如NotificationCompat.builder来构建通知,但是NotificationCompat.builder的setContent(
RemoteViews
yanfeijun
·
2013-08-02 17:00
notification
Android---App Widget(二)
但是必须要注意的是:AppWidget布局是基于
RemoteViews
,它不支持所有类
FireOfStar
·
2013-07-15 22:00
android.widget.ProgressBar can't use method with
RemoteViews
: setVisibility(int)
在使用Notification显示progressbar的时候,
remoteViews
.setViewVisibility(R.id.progressbar_id, View.VISIBLE);
justwyy
·
2013-05-22 13:00
ProgressBar
(转)
RemoteViews
概述
1.RemoteView概述到目前为止,我发现RemoteView会用在两个地方:一个是在AppWidget,另外一个是在Notification. 先从官方对他的定义来看: RemoteView-- Aclassthatdescribesaviewhierarchythatcanbedisplayedinanotherprocess.Thehierarchyisinflatedfromalayo
gxj1680
·
2013-03-14 10:00
RemoteViews
嵌入ListView复杂布局
主要函数publicvoid setRemoteAdapter (intappWidgetId,intviewId,Intentintent)当在widgets中使用集合(比如说ListView,StackView等等),在单独的一个条目中设置PendingIntents是非常浪费的,并且是不被允许的。然而一个单独的PendingIntents模板可以设置在集合里,参见setPendingInte
liliang497
·
2012-12-17 17:00
android
RemoteViews
往SystemUI添加进度条
1、定义一个进度条的布局文件 res/layout/notificat_progress.xml2、用
RemoteViews
显示布局 RemoteViewsview=newRemoteViews(getPackageName
FE421504975
·
2012-12-08 11:00
Android PendingIntent的一些小迷惑
近日在开发中刚好涉及到桌面Widget的一些开发工作,而桌面Widget控件的点击事件,通常只能通过
RemoteViews
.setOnClickPendingIntent(intviewId,PendingIntentpendingIntent
xingfeng2010
·
2012-11-16 16:00
Android中AppWidget的分析与应用:AppWidgetProvider
分析了AppWidgetProvider如何被AppWidget系统所识别;AppWidgetProvider何时/如何通过
RemoteViews
提供并更新数据;如何响应通过
RemoteViews
提供的
xingfeng2010
·
2012-11-13 13:00
Android Widget事件
AppWidgetframework通过Broadcastintents和widget通信,widget的更新使用
RemoteViews
来发送。
chang_xing
·
2012-09-02 11:00
android
manager
service
filter
action
button
Android中
RemoteViews
的实现
田海立@CSDN2012-8-22 本文结合AppWidget的应用场景,分析Android中
RemoteViews
的内部具体实现。
thl789
·
2012-08-22 06:00
android
RemoteViews
Android中
RemoteViews
的实现
田海立@CSDN2012-8-22本文结合AppWidget的应用场景,分析Android中
RemoteViews
的内部具体实现。
runfeel
·
2012-08-22 06:00
android
Android中AppWidget的分析与应用:AppWidgetProvider
分析了AppWidgetProvider如何被AppWidget系统所识别;AppWidgetProvider何时/如何通过
RemoteViews
提供并更新数据;如何响应通过
RemoteViews
提供的
thl789
·
2012-08-20 20:00
android
RemoteViews
onUpdate
Android中AppWidget的分析与应用:AppWidgetProvider
分析了AppWidgetProvider如何被AppWidget系统所识别;AppWidgetProvider何时/如何通过
RemoteViews
提供并更新数据;如何响应通过
RemoteViews
提供的
runfeel
·
2012-08-20 20:00
appwidget
Android中AppWidget的分析与应用:AppWidgetProvider
分析了AppWidgetProvider如何被AppWidget系统所识别;AppWidgetProvider何时/如何通过
RemoteViews
提供并更新数据;如何响应通过
RemoteViews
提供的
java-mans
·
2012-08-20 20:00
appwidget
[Android笔记] 关于 AppWidget 动态更新:
RemoteViews
更新缓慢&内存溢出
AppWidget 提供在Launcher中显示,诸如快捷操作,小工具等,如果只是提供快捷操作我想界面可以简洁,但如果 AppWidget 如果想提供类似广告和豆瓣电台那样效果的话,动态改变 AppWidget ,显示就显得很重要了,毕竟想在Android制胜的还是UI战争和用户体验~Android在1.5之后就取消了android:updatePeriodMillis="**"的属性,有的说是3
Gitxs
·
2012-07-12 13:00
android FAILED Binder Transaction 问题的原因
Activity中ImageView是不会出现这个问题,但是Widget使用的是
remoteViews
。Intent传输的bytes不能超过40k。优其在Intent中传递图片时,要限制图片小40K
simayilong
·
2012-05-23 22:00
android
网络
Google
活动
interface
Android之
RemoteViews
到目前为止,我发现RemoteView会用在两个地方:一个是在AppWidget,另外一个是在Notification. 先从官方对他的定义来看: RemoteView-- Aclassthatdescribesaviewhierarchythatcanbedisplayedinanotherprocess.Thehierarchyisinflatedfromalayoutresourcefile
qaz13177_58_
·
2012-04-25 14:00
android
String
object
layout
Class
hierarchy
Android 用户界面---状态栏通知(三)
但是,你也能够使用
RemoteViews
类给通知定义一个定制化的布局。如图3所示就是一个定制的通知布局的例子。它看上去与默认的通知类似,但是实际上它是用一个定制的XML布局来创建的。
zhangjie201412
·
2012-03-28 08:00
Android 用户界面---状态栏通知(三)
但是,你也能够使用
RemoteViews
类给通知定义一个定制化的布局。如图3所示就是一个定制的通知布局的例子。它看上去与默认的通知类似,但是实际上它是用一个定制的XML布局来创建的。
ai_longyu
·
2012-03-28 08:00
android
Android 用户界面---状态栏通知(三)
但是,你也能够使用
RemoteViews
类给通知定义一个定制化的布局。如图3所示就是一个定制的通知布局的例子。它看上去与默认的通知类似,但是实际上它是用一个定制的XML布局来创建的。
FireOfStar
·
2012-03-27 09:00
android
xml
image
api
layout
encoding
android FAILED Binder Transaction 问题的原因
Activity中ImageView是不会出现这个问题,但是Widget使用的是
remoteViews
。Intent传输的bytes不能超过40k。 参考:http://stackoverflow.
cj6585256
·
2012-03-17 14:00
widget中使用动画效果
Gallery之类的都不支持,除非自己在源码环境中自定义添加,使
RemoteViews
支持。但是不是很实用,只合适编译到Rom中的应用。
hxdanya
·
2012-03-09 13:39
Android开发
widget中使用动画效果
Gallery之类的都不支持,除非自己在源码环境中自定义添加,使
RemoteViews
支持。但是不是很实用,只合适编译到Rom中的应用。
hxdanya
·
2012-03-09 13:00
android
image
layout
文档
animation
encoding
PendingIntent在AppWidget程序中的应用
Widget:updateViews.setOnClickPendingIntent(R.id.next_button,pendingIntent);这里的updateViews是AppWidget的
RemoteViews
ihrthk
·
2012-03-04 00:00
在AppWidget上使用自定义Typeface
Typeface 工作中需要在AppWidget上显示一些特殊字符,需要用到自己的 字体配置文件 Appwidget 的
RemoteViews
dkmeteor
·
2012-02-10 11:00
android
typeface
widget
ttf
在AppWidget上使用自定义Typeface
阅读更多在AppWidget上使用自定义Typeface工作中需要在AppWidget上显示一些特殊字符,需要用到自己的字体配置文件Appwidget的
RemoteViews
并不提供API方法,无法设置
dkmeteor
·
2012-02-10 11:00
android
widget
typeface
ttf
在AppWidget上使用自定义Typeface
阅读更多在AppWidget上使用自定义Typeface工作中需要在AppWidget上显示一些特殊字符,需要用到自己的字体配置文件Appwidget的
RemoteViews
并不提供API方法,无法设置
dkmeteor
·
2012-02-10 11:00
android
widget
typeface
ttf
PendingIntent
AndroidPendingIntent的一些小迷惑近日在开发中刚好涉及到桌面Widget的一些开发工作,而桌面Widget控件的点击事件,通常只能通过
RemoteViews
.setOnClickPendingIntent
wjdarwin
·
2012-02-08 22:00
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他