Y yhyzhj Member Apr 8, 2021 #1 I get all icon of apps, how to add the icons into gridview? I use GridView.AddImage("",icon.Bitmap), show dir can not be null.
I get all icon of apps, how to add the icons into gridview? I use GridView.AddImage("",icon.Bitmap), show dir can not be null.
Erel B4X founder Staff member Licensed User Longtime User Apr 8, 2021 #2 Not sure what you mean with grid view. I recommend you to use xCLV or ScrollView for this. You can see an example here: https://www.b4x.com/android/forum/threads/grid-class-preoptimizedclv.116309/post-726808 You can probably start with a simpler approach, without lazy loading. Upvote 0
Not sure what you mean with grid view. I recommend you to use xCLV or ScrollView for this. You can see an example here: https://www.b4x.com/android/forum/threads/grid-class-preoptimizedclv.116309/post-726808 You can probably start with a simpler approach, without lazy loading.