Hello,
Could some confirm which architectural model was used for the MyFinances sample please?
Is it Model-View-Presenter?
Or a bespoke pattern used by yourselves?
Many Thanks
Thanks for getting back to me.
Inspired by you initial pattern I have gone on to use aspects of your sample with a full implementation of MVP for a new application I am starting.
Thanks for putting out a decent sample.
Kind Regards
Andy
Hello Andy,
It doesn’t use MVP or MVC. It uses a factory to wire up the view and model and used a simpler approach without using presenters.
I forwarded your inquiry to the person who wrote the sample, but I have yet to hear back from him. I will post another update once I have.