• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Making An App That's Basically A Browser For One Site?

Juxtapo

Lurker
Okay, I'm making my first App, and it's going to basically be an info app. I have absolutely no Java knowledge, but I know enough HTML/CSS to make a good looking mobile website. Is there any simple way I can display the mobile webpage, and not let the user know the URL or anything like that, while keeping it functional and responsive?

Thanks
 
There is a class called a WebView that does just that. I'd link you to the API docs, but I am on mobile.
 
Instead of working with the android SDK, couldn't you use App Inventor, use the Canvas component, and insert a web view there, which uses that certain page as the home page? That would be the "noob" way to go..
 
Back
Top Bottom