File
Doc
Category
Size
Date
Package
RemoteViewsActivity.java
API Doc
Android 1.5 API
1013
Wed May 06 22:42:02 BST 2009
com.android.frameworktest.view
RemoteViewsActivity
java.lang.Object
android.app.Activity
public class RemoteViewsActivity extends android.app.Activity
Exercise RemoteViews -- especially filtering
Fields Summary
Constructors Summary
Methods Summary
protected void
onCreate
(
android.os.Bundle
icicle)
super.onCreate(icicle); setContentView(R.layout.remote_view_host);
Java Code Source