Kodeco Forums

Common Design Patterns for Android

Discover how to make your Android code cleaner and easier to understand with these common design patterns for Android apps. Future you will appreciate it!


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/1432-common-design-patterns-for-android

Hey Matt,

Thanks a lot for listing common design patterns, many of these I have been using without the library in place, now that you have pointed out a faster way ahead, i will use them. Currently I am implementing a VoIP based telephony client that talks to Asterisk server, I am planning to make use of EventBus from GreenRobot to make my communication go smooth. The underlying SIP stack is from popular PJSIP. Let me know if you have any opinion or inputs.

Thanks once again for showing an easy life :slight_smile:

I did not understand the Adapter example very well. I also do not watch Star Trek!

Singleton it is anti-pattern. You shouldn’t use singleton wherever it possible.

This tutorial is more than six months old, so questions are no longer supported at the moment for it. We will update it as soon as possible. Thank you! :]