Lines Matching full:application
6 <p>This tutorial on writing a notepad application gives you a "hands-on" introduction
9 developing a simple notepad application and provides concrete examples of how to
10 set up the project, develop the application logic and user interface, and then
11 compile and run the application. </p>
13 <p>The tutorial presents the application development as a set of
16 application. The exercises explain each step in detail and provide all the
17 sample code you need to complete the application. </p>
20 Android application and will have learned many of the most important
22 your application, you can examine the code in an alternative implementation
23 of a Note Pad application, in the
37 are not using Eclipse, you can follow the exercises and build the application,
45 application concepts and terminology. If you are not, you
46 should read <a href="{@docRoot}guide/components/fundamentals.html">Application
95 application. Demonstrates constructing a
104 the application, to let it
105 maintain application state across the life cycle. </td>
128 <li>This tutorial draws from the full Notepad application included in the
132 application,
133 as it demonstrates a variety of interesting additions for your application,