CAP Theorem & UI Programming Mar 4, 2023 3 min read Android When the network doesn't respond, will you wait forever, blocking the app (and your users), sacrificing availability? Or will you make up an answer (show inconsistent data)?
Should you inflate Android Views on a background thread? Feb 18, 2023 2 min read Programming TL;DR: No, it's not safe. I show race conditions that could happen to any View, and consider AsyncLayoutInflater.