B4A Library [Lib] UltimateListView

Informatix

Expert
Licensed User
Longtime User
I love THE Listview.
Is it possible tot search or filter the listview?
Do you mean UltimateListView? Or the standard B4A ListView?
ULV is different from the standard B4a Listview. It is not a data container, but a data viewer with a flexible adapter, so searching and filtering are done by your code. ULV doesn't care if your data come from a list, an array, a database, a file... If you change the order of your records in a DB table, for example, you just call RefreshContent and ULV shows the items with the new order.
 

Hajzenberg

Member
Licensed User
Longtime User
Hello,
Is it possible to get same visual results like in your ClsCustomGallery, but without out of memory exception?
Regards.
 

Hajzenberg

Member
Licensed User
Longtime User
Got the ULV, I am impressed. Really beautiful peace of work.
You wrote that I can have similar results like ClsCustomGallery but only in vertical effect. OK, but how to achieve to have more than one picture in a row (not like classical listview, but just like vertically scrollable Gallery - for example grid of 3 pictures in a row?)
 

Informatix

Expert
Licensed User
Longtime User
You use a row layout (see AddRowLayout) and you put each image in a cell, or you place many imageviews in the same item.
 

maleche

Active Member
Licensed User
Longtime User
Is there documentation to download and read the features of your app?
Thanks!
 

jcesar

Active Member
Licensed User
Longtime User
Informatix

I'm using ULV to show images from a website, it's possible save this images in the memory card or in the device storage ?

I need save this images bacause i wish to share in social networks.

Regards
 

Informatix

Expert
Licensed User
Longtime User
Informatix

I'm using ULV to show images from a website, it's possible save this images in the memory card or in the device storage ?

I need save this images bacause i wish to share in social networks.
It depends on the method you use to download these images and on the ULV settings. If you use LoadImageAsync and a disk cache, then the images are in the cache; you can list them with GetDiskCacheList and duplicate them elsewhere (or load a copy in memory with RetrieveBitmapFromCache).
 

Informatix

Expert
Licensed User
Longtime User
No, there's no zoom function with a smart reordering of items. For this, you don't need to create different layouts in advance; they can be created automatically at runtime depending on your zoom factor (look at my Variable demo).
 

javlik

Member
Licensed User
Longtime User
Hi,
I would really like to donate you the well-deserved €25 but my Paypal account seems to be limited and I cannot use it anymore - for the reason that I linked my account to another one, they informed me.
Now, my question is: Is there another way (beside Paypal) to buy your lib?
Jiri
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…