I’m doing a project with Android, and I’m wondering if it is possible to invoke a web view from an activity view? If so, how can that be done?
As an example, I have an image in an activity view, and on click, I’d like it to open a web view with a specific URL.
Yes it is possible.