I need to be able to change the contents of an ImageView at runtime with the results of a database query. The image would not be in the DirAssets folder and would be located at a web address.
I haven't been able to locate a solution using the ImageView so I tried a webview, writing out the html with the results of the db query. This works but I'm unable to catch a click event when the user clicks/touchs on the image.
Not sure where to go from here...
Thank you,
Dave Tucker
I haven't been able to locate a solution using the ImageView so I tried a webview, writing out the html with the results of the db query. This works but I'm unable to catch a click event when the user clicks/touchs on the image.
Not sure where to go from here...
Thank you,
Dave Tucker