Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Webview takes too much time

hello everyone, i have developed a small app to convert website into android app everything work fine , but it takes too much time to load the site..i have added progress bar to show till it check internet connection. My question is it possible to show a page till it load the webpage ??

1 Answer

Theodore Kruczek
Theodore Kruczek
8,800 Points

Depending on what kind of website you are working with, you could create a copy of the main page locally in the app and load that initially. Then when the user clicks on the links (assuming they are absolute not relative links) they will load the real website.