Latest available remote views

satya - Thursday, December 15, 2011 10:17:59 AM

How do you find what are remote views?

Any class that has the annotation


android.widget.RemoteViews;

is a remote view

satya - Thursday, December 15, 2011 10:19:02 AM

How can I use eclipse to find these classes?


put an import on RemoteView interface
   Ex: import android.widget.RemoteViews.RemoteView;
highlight android.widget.RemoteViews.RemoteView
Right click
Go to References
Choose "in Project"

satya - Thursday, December 15, 2011 10:22:45 AM

In 4.0 or ICS you will find the following classes


AbsoluteLayout
FrameLayout
LinearLayout
RelativeLayout

GridView
ImageView
ListView
StackView
TextView

Button
ImageButton
ProgressBar
AnalogClock
Chronometer

ViewFlipper
AdapterViewFlipper