如何GridLayout的项目来自适配器(列表/图)在Android应用程序适配器、应用程序、项目、列表

2023-09-05 09:55:44 作者:清新无极限

是否有可能为获取的网格布局的从适配器在Android的项目。

Is it possible to Get the GridLayout items from the Adapter in Android.

像,在GridView的项目来自与该视图关联的ListAdapter。

Like, The items in the GridView come from the ListAdapter associated with this view.

请澄清我的疑问..谢谢

Please clarify my doubt.. Thanks

推荐答案

网格布局没有任何适配器,它不是从AbsListView来源。只有GridView中自带的适配器。

Gridlayout doesn't have any Adapters as its not derived from AbsListView . Only GridView comes with Adapters.