8000 GitHub - happy-nut/ticTacToe: A simple tic tac toe app, to illustrate the use of MVC, MVP, and MVVM architectures to organize the application.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

happy-nut/ticTacToe

 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0