Stack Overflow archive
32 scoreaccepted

How to set RecyclerView in android widget

score
32
question views
9.5K
license
CC BY-SA 3.0

RecyclerView is not supported to be used as a RemoteView. See CreatingLayout

A RemoteViews object (and, consequently, an App Widget) can support the following layout classes:

FrameLayout
LinearLayout
RelativeLayout
GridLayout

And the following widget classes:
AnalogClock
Button Chronometer
ImageButton
ImageView
ProgressBar
TextView
ViewFlipper
ListView
GridView
StackView
AdapterViewFlipper

Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.