Android ConstraintLayout Tips
This is not a tutorial on how to use Android ConstraintLayout, it’s more a collection of tips on how to […]
This is not a tutorial on how to use Android ConstraintLayout, it’s more a collection of tips on how to […]
The old Java classes for handling dates and times are terrible. Date, Calendar, SimpleDateFormat, etc., are badly designed, buggy, and […]
Most developers use RxJava (or RxKotlin) on Android for two main reasons: switching between ui and background threads observing a […]
In a previous post I wrote about my interpretation of how to structure a multiple module Android app with clean […]
Release early and often is a good adage to follow
How to use multiple Android Studio modules to create an Android codebase with good separation of concerns and a clean architecture
How and why I started developing Android apps