Hello, as the title indicates, I am seeing some examples of xCustomListView, but in the case of placing the images, it seems they only use the ones stored in the "File.DirAssets", I have seen the example of obtaining data from mysql and it works for me, but not I manage to put the images in the xCustomListView, does anyone have an example of this, or could Erel create a tutorial?
Old and irrelevant tutorial. Many better examples, including this one: https://www.b4x.com/android/forum/threads/b4x-bitmapsasync.119589/ This example demonstrates an efficient way to download a list of images and show them in a CustomListView. The first step is to download the "main" html...
Hello, I have not been able to adapt it using a field called "image" inside a table of my mysql database, because I want to bring the fields of the name, price, code and the image.
Erel, do you think you could create an example using mysql and these custom lists?
I have searched the forums but I have not found anything about it
There are several not entirely related steps here. You should use jRDC2 to download the images. Once you download the images it should be simple to add them to xCLV.
I can download the image but for a single imageview element, the problem it gives me is because I have to load the list with data from the database and also show the image, when I do the same in SQLite and using Listview I have no problem, just It presents me with the difficulty when wanting to use an image on a web server, still using the CustomView example