How to set RecyclerView in android widget

混江龙づ霸主 提交于 2020-12-02 06:32:00

问题


From : https://developer.android.com/training/material/lists-cards.html

I want to set RecyclerView in widget on home screen. Is it possible, and if it is, how to do it? Give some samples please.


回答1:


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




回答2:


RecyclerView is not presently supported for app widgets.



来源:https://stackoverflow.com/questions/26939152/how-to-set-recyclerview-in-android-widget

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!