Web page embedded within Android application -
all day
Basically what I'm trying to do is embed a webpage within my Android app. I know that the startActivity will open the browser and display the page externally from the application. However, what I want is a page that can be displayed within the application, an edit text box or something similar inside. Is this possible and can I see a tutorial?
Yes, this is a WebView. More info here:
Comments
Post a Comment