/ticTacToe

A simple tic tac toe app, to illustrate the use of MVC, MVP, and MVVM architectures to organize the application.

Primary LanguageJava

ticTacToe

A simple tic tac toe app, forked from the repository of @ericmaxwell2003

Branches

Additional branches have been created to implement a variable version of the Android architecture. mvc, mvp, mvvc are implemented in the original repo and others are not.

  • mvc - See Readme.md from origin repository.
  • mvp - See Readme.md from origin repository.
  • mvvm - See Readme.md from origin repository.
  • mvvm-kotlin - Example of Kotlin in MVVM with databinding. The gradle setting files has been updated to support Kotlin. Some important settings, such as the gradle version, have changed, but the default code has not changed in addition to being converted from Java to Kotlin.
  • mvvm-kotlin-rxjava2 - Example based on mvvm-kotlin with Rxjava2.