Click here to Skip to main content
15,885,853 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to know about all the types of android design patterns, so that i can use them for developing android applications.

What I have tried:

I am fresher in android so thats why i am asking this question so that i can use it my android application.
Posted
Updated 23-May-16 3:17am
Comments
Sergey Alexandrovich Kryukov 23-May-16 9:09am    
"Design patterns" are rarely limited to some platforms; they tend to be universal.
Besides, the whole idea "to know about all the types of... design patterns" is not well aligned with the concept of design pattern. You need to come from some design goals, and then try to find out if some pattens can help you.
—SA

So open your favorite search engine and type in the magic words...
Start reading...
 
Share this answer
 
Please see my comment to the question.

"Design patterns" are rarely limited to some platforms; they tend to be universal. You are not looking for the "globe of the USA" or "pencil for middle school", right? :-)

This is a good starting point: Software design pattern — Wikipedia, the free encyclopedia[^].

I would strongly suggest to be careful with patterns: many patterns are very good by themselves, but I observe too many beginners suffering from those design patterns, especially architectural patterns, which effectively block their activity. The use of design patterns should not be considered as a requirement; they are only good when they help you. Please see my past answer: Please suggest me some basic C++ project with design patters[^].

—SA
 
Share this answer
 
v5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900