Added support for loading image from assets in companion
Added GetAsd function.
Added function ScrollToPosition y
Added event OnScroll that will return scrollY position
Added GenrateImageList function to generate image list with specified image name and length. Helpful when using same image for all list items.
Updated OnCheckboxChanged event to return checked titles, subtitles, images and their indices as list. Note: This block will break existing block from v7, so before importing v8, backup your project.
Thanks. There was one URL missing in list. Now solved. But the images which we get from URL are not cached in app, it reloads every time when i open the app. Is there a way to cache image from URL and get loads in list instantly when the app opens.