I need to create panels with shortcut's to certain functions in the app based on the rights of the user.
The shortcut's are now displayed on a customlistview.
One user could have 4 shortcuts and another user could have 12.
What would be the easiest way to make the shortcuts visible in 3 rows without empty spots for features that are not available to the user?
I wanted to accomplish what Erel did in the below link in post #3, but with 4 or multiple columns of imageviews not one imageview column. https://www.b4x.com/android/forum/threads/applying-lazy-loading-to-xcustomlistview-with-imageviews-bitmap-files.101299/ I have a list of bitmap files to show...