What are the Android design patterns? [closed]

1
Hello, I would like to know if there are design patterns for Android (Java), coding, etc and their similarities, differences, which is the most used, since I am wanting to know more about the subject and have not seen a question that encompasses more of a pattern.

Thank you.

    
asked by anonymous 17.06.2015 / 20:26

1 answer

4

Design Pattern is a reusable solution, being a template, not an implementation, so there are no language-specific or Android-specific design patterns.

A design pattern can be implemented in any development language / platform.

    
18.09.2015 / 14:52