Blog Detail
Some Design Patterns used in Mobile User Interface
http://www.user-interface-widget-design-patte…
The blog is about some design patterns that are used while designing mobile user interface.
Recent Posts
What flexibility is, Why it is needed and How it is achieved?
Recently, I have read some interesting articles about flexibility. It clearly explainsWhat flexibility is, Why it is needed and How it is achieved?OO in One Sentence - Keep It DRY, Shy, and Tell the Other Guy This article explains the importance of f...
How Model-View-Controller objects are created and composed?
Any widget that supports multiple look and multiple feel has to deal with multiple Model, View and Controller objects. To maintain flexibility it is important to make these objects not depend on how other objects are created.Creational design pattern...
Nested Views support in MVC
Nested view is a view that is based on other views. In other words, it is a view which contains multiple views (or) widgets. For example,Nested views are used to create complex user interfaces. There are so many mechanisms to handle nested views, but...
UI Widget Development with MVC (Model-View-Controller) pattern
MVC is one of the most widely used design pattern in widget architectures.Before MVC (also called as "3 objects" pattern), user interface widgets were designed either using "1 object" or "2 objects" pattern.The diagram below explains the types of obj...

