3

I want to use pureMVC framework for my android application.

I also want to use Android andengine in this application.

How can I integrate them? Is there any way to do that? If yes, can you send me link on some tutorials or sample, or template?

pleerock
  • 18,322
  • 16
  • 103
  • 128

1 Answers1

4

Is it compulsory to use PureMVC?

Yesterday I've answered similar question about MVC architecture on Android.

Don't reinvent the wheel, Android SDK offers excellent MVC/MVP/MVVM architecture for you.

Community
  • 1
  • 1
QuickNick
  • 1,921
  • 2
  • 15
  • 30
  • It's not reinventing the wheel, what puremvc ecosystem has, no other framework can provide, not even what comes with android, I am talking about multicore puremvc systems, connected via unix style pipes, state machine, async macro commands and proxies, the holy grail of computing. – user2727195 Oct 05 '14 at 07:37