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中
RemoteViews
中文帮助文档【安卓翻译一】
所以小试牛刀一下,先来翻译一下
RemoteViews
。这个
RemoteViews
用
wangxiaohigh
·
2011-12-04 00:00
android
Android中
RemoteViews
中文帮助文档【安卓翻译一】
所以小试牛刀一下,先来翻译一下
RemoteViews
。这个Remo
wdaming1986
·
2011-12-04 00:00
android
String
layout
Class
文档
interface
使用自定义的 Notification
要创建一个自定义的Notification,可以使用
RemoteViews
。
zhoujiyu123
·
2011-12-02 14:00
Widget中PendingIntent和
RemoteViews
用法
PendingIntent是指把Intent包装了一层,并且把PendingIntent放入一个新的进程.通过触发事件去触发这个PendingIntent.创建PendingIntent方法.1.getActivity(Contextcontext,intrequestCode,Intentintent,intflags)2.getBroadcast(Contextcontext,intrequ
neiloid
·
2011-12-01 00:00
android
layout
Class
action
import
encoding
Android:AppWidget,PendingIntent,
RemoteViews
用法
阅读更多什么是AppWidget?AppWidget就是我们平常在桌面上见到的那种一个个的小窗口,利用这个小窗口可以给用户提供一些方便快捷的操作。本篇打算从以下几个点来介绍AppWidget:1.如何创建一个简单的AppWidget2.如何使得AppWidget与客户端程序交互下面我们来创建一个简单的AppWidget1、定义AppWidgetProviderInfor:在res/xml文件夹中定
quanminchaoren
·
2011-11-25 10:00
Android
AppWidget
PendingIntent
RemoteView
Android:AppWidget,PendingIntent,
RemoteViews
用法
什么是AppWidget?AppWidget就是我们平常在桌面上见到的那种一个个的小窗口,利用这个小窗口可以给用户提供一些方便快捷的操作。本篇打算从以下几个点来介绍AppWidget: 1.如何创建一个简单的AppWidget 2.如何使得AppWidget与客户端程序交互下面我们来创建一个简单的AppWidget1、定义AppWidgetProviderInfor:在res/xm
quanminchaoren
·
2011-11-25 10:00
android
appwidget
pendingintent
RemoteView
Android:AppWidget,PendingIntent,
RemoteViews
用法
阅读更多什么是AppWidget?AppWidget就是我们平常在桌面上见到的那种一个个的小窗口,利用这个小窗口可以给用户提供一些方便快捷的操作。本篇打算从以下几个点来介绍AppWidget:1.如何创建一个简单的AppWidget2.如何使得AppWidget与客户端程序交互下面我们来创建一个简单的AppWidget1、定义AppWidgetProviderInfor:在res/xml文件夹中定
quanminchaoren
·
2011-11-25 10:00
Android
AppWidget
PendingIntent
RemoteView
PendingIntent在AppWidget程序中的应用
Widget:updateViews.setOnClickPendingIntent(R.id.next_button,pendingIntent);这里的updateViews是AppWidget的
RemoteViews
TT5267621
·
2011-11-19 14:00
service
button
Android的
RemoteViews
能在另一个进程中显示页面布局的层次。层次是在布局文件中定义,它提供了一些改变布局文件的方法定义。该类最重要的作用就是能够在另一个进程中使用!!!voidaddView(intviewId,RemoteViewsnestedView)EquivalenttocallingaddView(View)afterinflatingthegivenRemoteViews.Viewapply(Context
ltl451011
·
2011-11-15 16:00
android
String
object
layout
Collections
hierarchy
Android中widget的应用【安卓源码解析三】
AppWidgetframework通过Broadcastintents和Widget通信,widget的更新使用
RemoteViews
来发送。
RemoteViews
被包装成一个lay
wangxiaohigh
·
2011-11-13 21:00
android
Android中widget的应用【安卓源码解析三】
AppWidgetframework通过Broadcastintents和Widget通信,widget的更新使用
RemoteViews
来发送。RemoteVie
wdaming1986
·
2011-11-13 21:00
android FAILED Binder Transaction 问题的原因
Activity中ImageView是不会出现这个问题, 但是Widget使用的是
remoteViews
。 Intent传输的bytes不能超过40k。 参考: http://
dengyin2000
·
2011-11-04 16:00
android
transaction
failed
imageview
Binder
android FAILED Binder Transaction 问题的原因
Activity中ImageView是不会出现这个问题, 但是Widget使用的是
remoteViews
。 Intent传输的bytes不能超过40k。 参考: http://
dengyin2000
·
2011-11-04 16:00
android
transaction
failed
imageview
Binder
Widget中广播事件(Broadcast)和更新控件
更新控件需要通过RemoteView去更新Widget控件内容 例如:
RemoteViews
rv = new
RemoteViews
(context.getPackageName(),R.layout.example_widget
rayln
·
2011-10-14 15:00
Broadcast
Widget中PendingIntent和
RemoteViews
用法
PendingIntent是指把Intent包装了一层, 并且把PendingIntent放入一个新的进程. 通过触发事件去触发这个PendingIntent. 创建PendingIntent方法. 1. getActivity(Context context, int requestCode, Intent intent, int flags) 2. getBroadcast(
rayln
·
2011-10-09 17:00
pendingintent
android之appwidget(四)终 appwidget控件更新
首先是新知识点介绍:
RemoteViews
:已经介绍过了,指的是appwidget中的所有的控件。 componentName:指的是appwidget整个这个对象。
hanllove001
·
2011-10-05 20:00
android
appwidget
ComponentName
更新控件
Android AppWidget 开发中PendingIntent传送数据丢失解决办法
AppWidget要向外部发送数据,可以把数据放在Intent里,再用intent对象生成一个PendingIntent对象,然后用
RemoteViews
的setOnClickPendingIntent
xiaomao5200
·
2011-09-19 18:00
2011.8.19----(android中桌面widget的后台管理服务AppWidgetService初探)
最近在看一些widget的东西,发现很是郁闷,只看sdk,都一些介绍性的东西,怎么配置,建什么provider,providerinfo,
remoteviews
,之类,越看感觉越不爽,没有掌控权,所以决定看看框架是怎么组织
shuhuai007
·
2011-08-19 17:00
android
String
server
null
System
action
2011.8.17---2011.8.18 (查询bug---contactWidget中使用自定义的view在launcher中显示不出来,报解析xml的错误)
众所周知,android2.X版本中
RemoteViews
只支持FrameLayout,LinearLayout,RelativeLayout三个布局类,以及下面几个widget类:AnalogClockButtonChronometerImageButtonImageViewProgressBarTextViewViewFlipperDescendantsoftheseclassesarenot
shuhuai007
·
2011-08-18 17:00
xml
android
ListView
ClassLoader
animation
Constructor
Android:AppWidget,PendingIntent,
RemoteViews
用法
什么是AppWidget?AppWidget就是我们平常在桌面上见到的那种一个个的小窗口,利用这个小窗口可以给用户提供一些方便快捷的操作。本篇打算从以下几个点来介绍AppWidget: 1.如何创建一个简单的AppWidget 2.如何使得AppWidget与客户端程序交互下面我们来创建一个简单的AppWidget1、定义AppWidgetProviderInfor:在res/xm
huangbiao86
·
2011-08-12 08:00
android
layout
Class
action
button
encoding
:Android PendingIntent的一些小迷惑
阅读更多近日在开发中刚好涉及到桌面Widget的一些开发工作,而桌面Widget控件的点击事件,通常只能通过
RemoteViews
.setOnClickPendingIntent(intviewId,PendingIntentpendingIntent
mutourenoo
·
2011-08-05 09:00
android
pendingintent
:Android PendingIntent的一些小迷惑
阅读更多近日在开发中刚好涉及到桌面Widget的一些开发工作,而桌面Widget控件的点击事件,通常只能通过
RemoteViews
.setOnClickPendingIntent(intviewId,PendingIntentpendingIntent
mutourenoo
·
2011-08-05 09:00
android
pendingintent
:Android PendingIntent的一些小迷惑
近日在开发中刚好涉及到桌面Widget的一些开发工作,而桌面Widget控件的点击事件,通常只能通过
RemoteViews
.setOnClickPendingIntent(int viewId, PendingIntent
mutourenoo
·
2011-08-05 09:00
android
pendingintent
RemoteViews
概述
1.RemoteView概述到目前为止,我发现RemoteView会用在两个地方:一个是在AppWidget,另外一个是在Notification. 先从官方对他的定义来看: RemoteView-- Aclassthatdescribesaviewhierarchythatcanbedisplayedinanotherprocess.Thehierarchyisinflatedfromalayo
kongweile
·
2011-07-26 13:00
remote
Android PendingIntent的一些小迷惑
近日在开发中刚好涉及到桌面Widget的一些开发工作,而桌面Widget控件的点击事件,通常只能通过
RemoteViews
.setOnClickPendingIntent(int viewId,
kongweile
·
2011-07-25 21:00
pendingintent
Android AppWidget 开发中PendingIntent传送数据丢失解决办法
AppWidget要向外部发送数据,可以把数据放在Intent里,再用intent对象生成一个PendingIntent对象,然后用
RemoteViews
的setOnClickPendingIntent
fulianwu
·
2011-06-11 11:00
android
manager
null
Notification刷新
RemoteViews
PendingIntent Notification NotificationManager PendingIntent的flag: FLAG_CANCEL_CURRENT
zhaoweixing1989
·
2011-05-26 19:00
android
service
null
文档
远程刷新界面 service中
RemoteViews
textview
private void setWidgetText() {
RemoteViews
views = new
RemoteViews
(getPackageName(),R.layout.music_widget
liangoogle
·
2011-05-16 21:00
textview
Android PendingIntent的一些小迷惑
桌面Widget控件的点击事件,通常只能通过
RemoteViews
.setOnClickPendingIntent(int viewId, PendingIntent pendingIntent
h416756139
·
2011-05-14 19:00
android
Android Widget开发实例-电量监控
一个简单的电量监控代码可以很好的演示Android平台下Widget开发中的基础方式,比如appWidget如何于Service交互以及
RemoteViews
的演示。
abc20899
·
2011-04-25 21:00
xml
android
Google
OS
自定义的Notification
要创建一个自定义的Notification,可以使用
RemoteViews
。
iamfafa
·
2011-04-02 13:00
android
image
String
service
layout
encoding
android开发遇到的问题(WidgetProvider, service, Thread,Handler)
1.想在桌面做个动画,使用了Intent,PendingIntent,
RemoteViews
,AppWidgetManager和AppWidgetProvider中的刷新和接收广播事件,但是这样做只能有控件时并加上事件触发才能产生效果
xiaoquanhuang
·
2011-03-09 20:00
thread
android
exception
manager
service
action
设计widget的layout布局时的注意事项
最近设计widget的时候遇到一些布局设置的问题,总是提示“加载小部件时出现错误”,查看官方文档后才发现,RemoteLayout的布局是有限制的, 这点在开发过程中需要注意,主要有以下几点: A
RemoteViews
u0fly
·
2011-01-20 10:00
layout
AppWidget
RemoteViews
内存溢出
这几天在开发AppWidget时遇到一个奇怪问题:AppWidget上有一个时钟,使用TIME_TICK每分钟更新一次时间,问题是在长时间待机后出现,AppWidget上的时间不能与系统时间同步(ERROR/JavaBinder(1847): !!! FAILED BINDER TRANSACTION !!!)。 通过AIDL通信机制的流程找到这个Log出现在android_os_Binder.c
h416756139
·
2011-01-14 13:00
html
数据结构
android
OS
Blog
Android之
RemoteViews
RemoteViews
中的setxxx方法 比如setCharSequence(int viewId, String methodName, CharSequence value); views.setString
zhanglibin1986
·
2010-11-30 19:00
android
禁用button的方法
在AppWidget开发中我们可以使用button,但是却不能是buttondisable为什么呢
RemoteViews
不能控制一个button可用和不可用的状态,但是可以控制它的显示与隐藏 因为我们可以利用这个造假
lwei104
·
2010-11-19 17:00
android
Android之
RemoteViews
RemoteViews
中的setxxx方法比如setCharSequence(intviewId,StringmethodName,CharSequencevalue);views.setString(
zeng622peng
·
2010-11-17 12:00
android
String
object
layout
float
hierarchy
AppWidgetProvider的继承
public class WlanWidget extends AppWidgetProvider{
RemoteViews
remoteViews
; AppWidgetManager appWidgetManager
wang_peng1
·
2010-05-31 15:00
appwidget
appwidget中使按钮不能用 以及 appwidget初学指导
在 appwidget中我们可以使用button,但是却不能是button disable 为什么呢
RemoteViews
不能控制一个button可用和不可用的状态,但是可以控制它的显示与隐藏
wang_peng1
·
2010-04-09 22:00
android
Android之AppWidget的按钮事件开启Activity
由于AppWidget只提供给我们一个可以使用
RemoteViews
的方法PendingIntent,因此只能采用PendingIntent方法来传递Intent。
zhuangshn
·
2010-04-01 10:00
android
null
RemoteView的用法
虽然该类在android.widget.
RemoteViews
而不是appWidget下面但在Android Widgets开发中会经常用到它,主要是可以跨进程调用(appWidget由一个服务宿主来统一运行的
追求幸福
·
2010-02-10 11:00
android
RemoteViews
的使用
这里在拿出来用一下,这次用来nocation的图标
RemoteViews
contentView = new
RemoteViews
(context.getPackageName(), R.layout.custom_notification_layout
wang_peng1
·
2010-01-24 12:00
remote
vfp远程视图与spt应用详解
vfp远程视图与spt应用详解来源:http://www.bianceng.cn/Programming/vfp/200705/977.htm远程视图(
RemoteViews
)与SPT(SQLpassthrough
wuzoujing
·
2008-07-16 10: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
其他