Home | History | Annotate | Download | only in Spinner
      1 <p>
      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.
      4 </p>
      5 <p>
      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
      8 is first run, the spinner widget displays a default selection of &quot;Earth&quot;.
      9 Thereafter, the application saves a selection as soon as it
     10 is made. The application remembers the selection from invocation to invocation, even
     11 if the device reboots.
     12 </p>
     13 <p>
     14 The test application <a href="../SpinnerTest/index.html">SpinnerTest</a>
     15 shows you how to set up tests to monitor and prevent code regressions in the
     16 management of state across invocations and power cycles.
     17 </p>
     18 <p>
     19 For more information about this application, see the
     20 <a href="../../../resources/tutorials/testing/activity_test.html">Activity Testing</a> tutorial.
     21 </p>
     22