Lines Matching full:page
0 page.title=Common Tasks and How to Do Them in Android
30 <li><a href="#webpage">Display a web page</a> </li>
88 <li><strong>Implement your Activity </strong>(this page)<strong> </strong> You
189 <p>The next snippet requests that a Web page be opened by specifying the VIEW action,
270 <p>Button click and other UI event capturing are covered in <a href="{@docRoot}guide/topics/ui/ui-events.html">Handling UI Events</a> on the UI Design page.</p>
393 <p>The {@link android.telephony android.telephony} package overview page describes how to
541 <a name="webpage" id="webpage"></a><h2>Display a Web Page</h2>
557 gets the page's ListView object and calls setAdapter() on it.)</p>