DonManfred Expert Licensed User Longtime User Apr 7, 2014 #1 Hello, i´m working on a app which have to load approx 50 Images (each have an Pixelsize of 800x600 approx... What is the best way to handle this amount of images? The files are downloaded with httputils. After the are downloaded they should be put into the clv which is already loaded (but without images). The images should be used in a CustomListview in size 150dipx100dip AND in an overview with 300dipx200dip approx.
Hello, i´m working on a app which have to load approx 50 Images (each have an Pixelsize of 800x600 approx... What is the best way to handle this amount of images? The files are downloaded with httputils. After the are downloaded they should be put into the clv which is already loaded (but without images). The images should be used in a CustomListview in size 150dipx100dip AND in an overview with 300dipx200dip approx.
Erel B4X founder Staff member Licensed User Longtime User Apr 8, 2014 #2 Have you seen this tool: ImageDownloader - The simple way to download images ? Upvote 0
DonManfred Expert Licensed User Longtime User Apr 12, 2014 #3 Erel said: Have you seen this tool: ImageDownloader - The simple way to download images ? Click to expand... I have seen the second example a time ago... but at this time i did not understand how it works... Now i have had a look at the first one and i think it could be close fo my project. I ´ll try to include it in my app. Upvote 0
Erel said: Have you seen this tool: ImageDownloader - The simple way to download images ? Click to expand... I have seen the second example a time ago... but at this time i did not understand how it works... Now i have had a look at the first one and i think it could be close fo my project. I ´ll try to include it in my app.