yusufcihan
(Yusuf Cihan)
July 27, 2020, 10:48am
#920
Yes, saw it just now, edited my reply
1 Like
mihacker41
(mi hacker)
July 29, 2020, 11:26am
#921
@yusufcihan
It takes 18 seconds to create 100 lists. And it takes 50 seconds to load 100 images. It’s very annoying. What is the solution? If you create a list with colontree listview, it takes only 2 seconds to load 100 pictures.
compnent:
i use 1 image and 5 Label
@mihacker41 And its very odd to load 100 lists at once
Please load list items one by one… Or 5 by 5 instead of loading all the items at once
1 Like
yusufcihan
(Yusuf Cihan)
July 29, 2020, 11:56am
#923
Load your images with Async Image Utilities component.
2 Likes
themaayur
(Mayur Berad)
July 29, 2020, 12:09pm
#925
Image Loader
Hi everyone,
Today I present a new extension based on Universal Image Loader that allows you to load and cache images.
Demo
Event
OnLoadingStarted: Event when the loading of the image is started. The url returns the URL of the image.
[OnLoadingStarted]
OnLoadingFailed: Event when the image is failed to load. The url returns the URL of the image.
[OnLoadingFailed]
OnLoadingComplete: Event when the image is loaded. The url returns the URL of the image.
[OnLoading…
Use this extension or component in Kodular it help you to load Image quickly.
You can drag the image unities from the unities part, extension are better, but I would recommend the Kodular image unities.
U should use vertical scroll handler extension and first load only 5 items and use a block when bottom reached from vertical scroll handeler and on bottom reach load next 5 items and continue this
Yeah and for images use this guide
So Welcome, Everyone today in this guide I will show how to make different listviews using @yusufcihan 's Dynamic Component Extension. It is fully Customisable According to your needs.
So Let’s Begin
1. Simple ListView (Icon, Title & Action Button)
• Layout
[image]
• Inputs
[image]
Icon : Url
Title : String
Material_Icon_Name : String
For Material Icon Name Click Here
• Blocks
[blocks]
• Schema
{
"name": "Simple ListView",
"metadata-version": 1,
"author": "Maayur (rewritten by…
1 Like
yusufcihan
(Yusuf Cihan)
July 29, 2020, 12:23pm
#933
mihacker41:
What is that?
A component to load images asynchronously.
4 Likes
yusufcihan
(Yusuf Cihan)
July 29, 2020, 12:30pm
#936
Yes, replace your set.Image Picture blocks with Image Utilities block.
1 Like
Yes, if the id is correct.
mihacker41
(mi hacker)
July 29, 2020, 12:44pm
#940
working it but
loding time 16 Seconds
The user will be annoyed in 5 seconds.
please check
listview (1).apk (6.4 MB)
2 Likes