完整内容,请查看: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. view属性大全
  2. android > WebView > 加载完整网页
  3. android布局属性预览
  4. android:layout_gravity 和 android:gravity
  5. Android主流三方库源码分析(五、深入理解RxJava源码)
  6. android:layout_gravity 和 android:gravity 的区别
  7. Android(安卓)面试题总结之Android(安卓)基础(五)
  8. android:layout_gravity 和 android:gravity 的区别
  9. android中的坐标系以及获取坐标的方法

随机推荐

  1. Android中Media Framework浅析(一)——概述
  2. android异步线程为什么有这个错呢!
  3. Android之——AsyncTask和Handler对比
  4. Android中补间动画、属性动画效果演示
  5. Android canvas.drawXXX参数问题
  6. Android开发学习总结——搭建最新版本的A
  7. Android Service Framework
  8. Android MVP Pattern
  9. React Native apk打包下载(android)
  10. android studio 的下拉菜单Spinner使用详