A counter app made for demonstration in IOSD session. The Increment and Decrement buttons increment and decrement the count respectively and the changes are reflected on the text view.
Install Android Studio from here.
Steps to enable USB debugging can be found here.
Follow the steps here.
Follow the steps here.
Tip: Choose Empty activity initially to avoid complexity.
-
Package name
-
Activity
-
Layouts - FrameLayout, LinearLayout (horizontal, vertical), RelativeLayout, ConstraintLayout
-
TextView
-
Button
-
OnClick event
-
findViewById() method