完整内容,请查看:http://www.zhdoc.net/android/reference/android/widget/RemoteViews.html

RemoteViews

public class RemoteViews
extends Object implements Parcelable, LayoutInflater.Filter

java.lang.Object
   ↳ android.widget.RemoteViews


A class that describes a view hierarchy that can be displayed in another process. The hierarchy is inflated from a layout resource file, and this class provides some basic operations for modifying the content of the inflated hierarchy.
描述视图层次结构的类,可以在其他进程中显示。层次结构从一个布局资源文件中加载(inflate),这个类提供了一些基础的操作,以修改已加载的层次结构中的内容。

摘要


嵌套类

class RemoteViews.ActionException

Exception to send when something goes wrong executing an action 
当执行一个操作出错时发送的异常  

@interface RemoteViews.RemoteView

This annotation indicates that a subclass of View is allowed to be used with the RemoteViews mechanism. 
这个annotation表明允许使用RemoteViews机制来使用视图的子类。 

继承常量

From interface android.os.Parcelable

字段

public static final Creator CREATOR

Parcelable.Creator that instantiates RemoteViews objects
Parcelable.Creator实例化RemoteViews对象

Public构造方法

RemoteViews(String packageName, int layoutId)

Create a new RemoteViews object that will display the views contained in the specified layout file.
创建一个新的RemoteViews对象,它将显示包含在指定布局文件中的视图。

RemoteViews(RemoteViews landscape, RemoteViews portrait)

Create a new RemoteViews object that will inflate as the specified landspace or portrait RemoteViews, depending on the current configuration.
创建一个新的RemoteViews对象,根据当前的配置,它将加载指定的横屏或竖屏的RemoteViews。

RemoteViews(Parcel parcel)

Reads a RemoteViews object from a parcel.
从一个parcel中读取一个RemoteViews对象。

Public方法

void addView(int viewId, RemoteViews nestedView)

Equivalent to calling addView(View) after inflating the given RemoteViews.
相当于在加载(inflate)了指定的RemoteViews之后,调用addView(View)

View apply(Context context, ViewGroup parent)

Inflates the view hierarchy represented by this object and applies all of the actions.
加载(inflate)此对象的视图层次结构,并用于所有的操作。

更多相关文章

  1. android > WebView > 加载完整网页
  2. Android UI 优化-使用theme 预加载
  3. Android动态加载——加载已安装APK中的类
  4. android基础入门GridView视图(12)
  5. android 动态加载List
  6. 加载AnimationDrawable 从xml file
  7. Android Room联合AsyncListUtil实现RecyclerView分页加载ORM数据
  8. Android 异步加载图片
  9. Android——GridView(网格视图)相关知识总结贴

随机推荐

  1. kotlin配置
  2. 3G手机 。Android(安卓)。Broncho
  3. Android(安卓)N中不再支持“Crypto”的解
  4. 安卓msg handler looper详解
  5. [Android(安卓)N]KeyStore mBinder成员空
  6. Android(安卓)图片选择详解及实例代码
  7. No resource found that matches the giv
  8. Android数据存储之File总结
  9. Android即时通讯服务,类似QQ的聊天工具,源
  10. Android(安卓)Linux开发准备