Design patterns represent the best practices used by experienced object-oriented software developers. Design patterns are solutions to general problems that software developers faced during software development.
There are three basic kinds of design patterns:
1.Structural
2.Creational
3.Behavioral
Different design patterns are there like 1. MVC 2. Singlton 3. Factory method 4. Lazy initialization etc.
I worked on to find out which design pattern is good for Android. Some posts says the android is MVC based and other said no.
So can any one please guide me which design pattern Android support or suitable for android application.