Home | History | Annotate | Download | only in Spinner

Lines Matching full:application

2 This sample is a simple application that serves as an application under test
3 for the <a href="../SpinnerTest/index.html">SpinnerTest</a> test application example.
6 This application illustrates basic state management across the Android application life cycle,
7 mainly for the purpose of highlighting common patterns of Activity testing. When the application
9 Thereafter, the application saves a selection as soon as it
10 is made. The application remembers the selection from invocation to invocation, even
14 The test application <a href="../SpinnerTest/index.html">SpinnerTest</a>
19 For more information about this application, see the