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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -