Home | History | Annotate | Download | only in notepad

Lines Matching full:application

8 developing a simple notepad application and provides concrete examples of how to
9 set up the project, develop the application logic and user interface, and then
10 compile and run the application. </p>
12 <p>The tutorial presents the notepad application development as a set of
15 application. The exercises explain each step in detail and provide all the
16 sample code you need to complete the application. </p>
19 Android application and learned in depth about many of the most important
21 your application, you can examine the code in an alternative implementation
22 of a notepad application, in the
35 application concepts and terminology. If you aren't yet familiar with those, you
37 Application</a> before continuing. </p>
41 are not using Eclipse, you can follow the exercises and build the application,
95 application. Demonstrates constructing a
104 the application, to let it
105 maintain application state across the life cycle. </td>
127 <li>This tutorial draws from the full Notepad application included in the
131 application,
132 as it demonstrates a variety of interesting additions for your application,