Hi Everyone
Can we insert images in lists
Hi Everyone
Can we insert images in lists
Yes we can!
An example -
Thank you for your help
But be aware that is just a file path to the image, not the actual image.
Can we put a image clicked from camera
Add a camera component from the media.
And then add these 3 simple blocks.
Your job is done!
Again as @TIMAI2 mentioned the image variable will be the path to the image and not the actual one.
Thank you For your help
You can use WebView instead of ListView check this :
https://ai2.metricrat.co.uk/guides/webviewer-cardviews
Not sure what this has to do with the OP.... ?
Without more information from the OP, one possible interpretation is whether you can put images in ListView or ListPicker components. This is definitely not possible right now but a future version of App Inventor will support it.
hello can i use CLOUDDB with this??
why not?
You may have another option. 1) Turn the images into base64 data format. 2) Now this data can be inserted in lists. 3) This data can be revered back into original images.