Drive your UI with SQLDelight’s views

Users demand more from apps every year and 2019 feels as though this pressure has never been so high. Among many ways we can improve the user experience as developers,...

Don't fear SQL - A better way to store and handle data with SQLBrite & SQLDelight

For many people, SQL can be intimidating when writing mobile apps. To avoid its complexity, various libraries started to implement techniques such as Object-Relational Mapping. They ease basic operations on...

Exponential-Backoff RxJava operator with Jitter

Stripe recently published a technical article about how they handle errors between the clients and the server. The whole post is worth a read, and one of the topics mentioned...