Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 948 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 948 Bytes

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.