A Simple Counter App in Android that increases the count number on click of the button.
Inspired by the Udemy course on The Complete Android 15 Course -Build 82 Apps [Java& Kotlin] Created by Abbass Masri.
- Android Components
- Activity
- State Changes
- onSaveInstanceState(@NonNull Bundle outState)
- State Changes
- Activity
- Static User Interface
- Views & Widgets
- TextView
- Button
- setOnClickListener()
- ViewGroup
- ConstraintLayout
- Views & Widgets
- UI Resources
- Drawables
- Set particular image as background
- Drawables
- On device rotation the counter number remains same. (used onSaveInstanceState())
- Made status bar transparent