Skip to content

ColorSelector is an Android application that provides a simple example how to use MVP and MVVM patterns in Android application.

License

Notifications You must be signed in to change notification settings

SanjinKurelic/ColorSelector

Repository files navigation

ColorSelector

ColorSelector is an Android application that provides a simple example how to use MVP and MVVM patterns in Android application.

GUI

When user opens the application two buttons appear. One is utilising the MVP pattern and the other is using MVVM pattern.

Upon choosing the pattern implementation the user can press the button to change current background color. After the button is pressed toast will appear with the name of the color.

Technologies

  • Java
  • MVVM
  • MVP
  • ButterKnife
  • MutableLiveData
  • ViewModelProviders

Notice

This project uses deprecated technologies. Please check my newer Android project repositories for MVVM pattern examples.

About

ColorSelector is an Android application that provides a simple example how to use MVP and MVVM patterns in Android application.

Topics

Resources

License

Stars

Watchers

Forks

Languages