Sans Pareil Technologies, Inc.

Key To Your Business

Exam 1 Alternate : Application Lifecycle and Events



Develop an application with the following requirements

  • Does not use the app compatibility library.

  • Displays three widgets -

    • SeekBar used to control the number of times text is repeated in the EditText.  Set max of 100.

    • A TextView that displays the value of the seek bar progress as user changes it.

    • An EditText that displays the name of the current device/screen orientation (Portrait or Landscape) the number of times user has selected using the seek bar.



  • SeekBar and EditText widgets should retain their values with and without configuration change support.