Scaronthesky / spacegunner

An android tutorial project.
MIT License
0 stars 0 forks source link

Move View-specific code to view class #3

Closed Scaronthesky closed 9 years ago

Scaronthesky commented 9 years ago

To comply with MVC, move view specific code from the GameActivity class to a view class.

Scaronthesky commented 9 years ago

Refactored all classes to comply with Model-View-Presenter architecture style.