Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 365 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 365 Bytes

Button_Click_App

This is a basic button clicking app, a project from the course "Android App Development Masterclass using Kotlin" by Tim Buchalka. The main purpose of it is to study the Activity Lifecycle of Android Studio and Logcat. The entries given by the user will be saved even if the device is locked, using savedInstanceState and restoreInstanceState.