android - Java OO MVC problem -


i have "highscoremodel", "highscorecontroller", "highscoreview"

everything works between model<->controller but, how data view?

i have public model[] in controller can access view. wondering if right way it.

generally, view observer of model. when model changes, notifies view renders accordingly.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -