Lines Matching full:application
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 notepad 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 learned in depth about many of the most important
22 your application, you can examine the code in an alternative implementation
23 of a notepad application, in the
36 application concepts and terminology. If you aren't yet familiar with those, you
38 Application</a> before continuing. </p>
42 are not using Eclipse, you can follow the exercises and build the application,
96 application. Demonstrates constructing a
105 the application, to let it
106 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,