Lines Matching full:application
8 <li>Use {@link android.webkit.WebView} to display web pages in your Android application
15 <li><a href="#AddingWebView">Adding a WebView to Your Application</a></li>
39 <p>If you want to deliver a web application (or just a web page) as a part of a client application,
47 provide information in your application that you might need to update, such as an end-user agreement
48 or a user guide. Within your Android application, you can create an {@link android.app.Activity}
52 <p>Another scenario in which {@link android.webkit.WebView} can help is if your application provides
55 find that it's easier to build a {@link android.webkit.WebView} in your Android application that
59 and then implement a {@link android.webkit.WebView} in your Android application that loads the web
64 client-side code in your Android application.</p>
68 <h2 id="AddingWebView">Adding a WebView to Your Application</h2>
70 <p>To add a {@link android.webkit.WebView} to your Application, simply include the {@code
91 <p>Before this will work, however, your application must have access to the Internet. To get
111 also create interfaces between your application code and your JavaScript code.</p>
132 find useful. For example, if you're developing a web application
133 that's designed specifically for the {@link android.webkit.WebView} in your Android application,
137 client requesting your web page is actually your Android application.</p>
142 <p>When developing a web application that's designed specifically for the {@link
144 application, you can create interfaces between your JavaScript code and client-side Android code.
153 <p>For example, you can include the following class in your Android application:</p>
193 android.webkit.WebView}. At this point, your web application has access to the {@code
218 JavaScript to control your Android application. This can be a very useful feature or a dangerous
228 default browser application to open foreign links—by default, the user's web browser
239 for Android to launch an application that handles URLs. Usually, the default web browser opens and