Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assignment_2

An Android app demonstrating seven common form widgets across two activities. Each widget reports its current state to a TextView beside it, so changes are visible immediately.

Screens

MainActivity

  • RatingBar — shows the number of stars selected
  • CheckBox — shows checked / unchecked
  • SeekBar — shows the current progress value
  • Button — opens the second screen

SecondActivity

  • Switch — shows on / off
  • RadioGroup — shows which radio button is selected
  • Spinner — shows the item picked from the drop-down (R.array.fruits)
  • Back button — calls finish() to return to the first screen

Build

./gradlew assembleDebug

The APK lands in app/build/outputs/apk/debug/. Open the project in Android Studio and run it on an emulator or device to interact with the widgets.

About

Android app demonstrating seven form widgets across two activities

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages