Get $500+ of the best After Effects files, video templates and music for only $20!

Browsing Tag

Android Browser

Launching the Browser From Your Android Applications – The Easy Way

Launching the Browser From Your Android Applications – The Easy Way

This quick tip shows you how to launch the built-in Browser application in three ways. First, you learn how to launch the browser to a specific URL. Second, you learn how to create text with links. Third, you learn how to launch a Google web search and specify the search criteria. You will achieve these goals by creating and configuring the appropriate Intents within your application’s Activity class.

Android SDK: Embed a WebView with the WebKit Engine

Android SDK: Embed a WebView with the WebKit Engine

This quick tip will demonstrate how you can embed an Android WebView in your application with the the WebKit engine. You will learn how to both load an external URL and render custom markup that you supply in-app.