I have a question -
I edited android manifest file, and removed the code requesting user for permission to read, then Why is it still asking user read permission? I had removed that code!!
The component is requesting falsely this permission (there is no way to workaround). If you remove READ permission from the Manifest, it is no longer possible to ask for this permission and you get an error message.
Note: A permission must be declared in the Manifest to be able to ask for it.
error : Argument #2 (com.google.appinventor.components.runtime.util…) to ‘com.atomdeveloper.GlideImageLoader.GlideImageLoader.LoadImage(com.google.appinventor.components.runtime.Image,java.lang.String)’ has wrong type (com.google.appinventor.components.runtime.util.KodularDynamicUtil$ComponentReturnHelper) (expected: com.google.appinventor.components.runtime.Image) Note: You will not see another error reported for 5 seconds.
@sanatmalani your block are wrong the Glide Image Loader is taking imageview as a parameter but you are giving it a card view that causes the whole error
error: Argument #2 (com.google.appinventor.components.runtime.util…) to ‘com.atomdeveloper.GlideImageLoader.GlideImageLoader.LoadImage(com.google.appinventor.components.runtime.Image,java.lang.String)’ has wrong type (com.google.appinventor.components.runtime.util.KodularDynamicUtil$ComponentReturnHelper) (expected: com.google.appinventor.components.runtime.Image)
Note: You will not see another error reported for 5 seconds.
It need an simple image component for loading the image for url it doesn’t accept kodular dynamic image.
If you want to use the dynamic component with this extension then use the dynamic component extension by @yusufcihan
I tried with the dynamic extension you mentioned. Still getting error. The operation select list item cannot accept the arguments: , [https://ww.example.com/image.png], [2],
I have one question. In this App I am using 1 view pager, 1 vertical scroll, 6 horizontal arrangements, 24 vertical arrangement - these arragnments are not dynamc.
250 - cards, image verticals arrangements, label - dynamic.
Will my app take a lot of time to load? I want to minisize app load time - any suggestions?
You need to test this on several devices, Android versions, devices with small and big RAM etc. I would also always have at least one internal test track checked by the Goggle Pre-Launch Report on their test devices. Among other things, the loading times are also displayed there.