I have a question about the PreoptimizedCLV:
Is it possible to display the integrated B4XSeekbar horizontally as well? If I set the CLV to horizontal, the Seekbar remains vertical...
I would be grateful for any advice - thanks!
Hello everyone. Recently I have developed an Android app where users can post their food recipes and see others' recipes. All the data such as recipe name, recipe images, ingredients, preparation steps, etc are stored in a MySQL database of my shared hosting service. To show recipes as a list...
Hi,
How to ScrollToItem when use PreoptimizedCLV??
When I remove PreoptimizedCLV and use this code, it works perfect.
CLV.ScrollToItem(pos1)
But, it not works when use PreoptimizedCLV.
I also use this code.
' PreoptimizedCLV completed
sleep(1000)
CLV.ScrollToItem(pos1)
But not work.
Hi all! im using PreoptimizedCLV with lazy loading with custom layouts and works perfect.
In this case i need add another pclv in each custom layout to do something like this:
The master pclv is vertical and in each item i have a custom layout with pclv1 horizontal
if i add in only one item...
I am creating a CustomListView "allclv" with a nested CustomListView "clvPhoto". In each clvPhoto I add 30 photos stored in DirInternal. This display of 5 of these CustomListView takes more than 20s, which is very long.
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Layout")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.