Home | History | Annotate | Download | only in articles

Lines Matching full:can

6 /WebViewDemo">WebViewDemo</a> shows how you can add web content to your
7 application. You can find it in the <a title="apps-for-android"
9 This application demonstrates how you can embed a {@link android.webkit.WebView}
10 into an activity and also how you can have two way communication between your
15 but it runs under the control of your application. The WebView can be
16 full screen or you can mix it with other Views. The content for your
17 WebView can come from anywhere. The WebView can download content from
18 the web, or it can come from local files stored in your assets
19 directory. The content can even be dynamically generated by your
34 JavaScript running inside the WebView can call out to code in your
35 Activity. You can use this to have your JavaScript trigger actions like
36 starting a new activity, or it can be used to fetch data from a
41 expose to JavaScript and the name to use when making calls. You can see
48 <p>Second, your Activity can invoke JavaScript methods. All you have to do