Hi,
In my app, I download images from a remote database and then displays the same on ImageView's. If the table does not have a valid image file, I need to create a dummy image file which shows "Image not available" and then display it on the ImageView. I know that I can keep a dummy image file in Assets folder with text written "Image not available" and then display it on the ImageView in case there is no valid image available in the remote table.
I need to know, how to programmatically create an image file using B4A app with text written on it as "Image not available". I should be able to specify the width and height of the image file. The created image file will be then displayed on the ImageView.
Appreciate some idea on how to move forward to create something like as explained above ?
Regards
Anser
In my app, I download images from a remote database and then displays the same on ImageView's. If the table does not have a valid image file, I need to create a dummy image file which shows "Image not available" and then display it on the ImageView. I know that I can keep a dummy image file in Assets folder with text written "Image not available" and then display it on the ImageView in case there is no valid image available in the remote table.
I need to know, how to programmatically create an image file using B4A app with text written on it as "Image not available". I should be able to specify the width and height of the image file. The created image file will be then displayed on the ImageView.
Appreciate some idea on how to move forward to create something like as explained above ?
Regards
Anser