This is a simple app that does count.
- adapting the change in view modes without loss of data
- built by implementing MVVM
- Clone the repo
- Open in Android Studio
- Press Run
▶️
Applying the concept of MVVM to build a simple counter application with the ability to adapt the changing of the view in android between potrait and landscape mode.
The application is build with integration of three files namely main, viewModel and Model. Each with specific task of UI layer, Logic layer and Data layer respectively.
This app retains its data even after the change in the view modes ( potrait/landscape ) in android.