Learn about five common Android anti-patterns that can negatively impact code quality in this 17-minute video tutorial. Discover why using base classes, putting all dependencies in AppModule, using one activity per screen, hardcoding dispatchers, and utilizing GlobalScope are problematic practices. Gain insights on how to avoid these pitfalls and improve your Android development skills. Explore alternative approaches and best practices for writing cleaner, more maintainable code. Follow along with time-stamped sections covering each anti-pattern in detail, and enhance your understanding of Android development principles.
Overview
Syllabus
- Using base classes
- Putting all dependencies in AppModule
- Using one activity per screen
- Hardcoding dispatchers
- Using GlobalScope
Taught by
Philipp Lackner