@rakyll I had this happen to me recently when I decided to show the Android developer community how I build small and fast Android apps. It broke many people's logic because "your code is so simple and straightforward, really refreshing" but "you aren't using the best practices which means it's an unmaintainable mess in case a team of 50 developers (49 of them junior) needs to work on it".
@grishka @rakyll The good thing about small and simple apps is you don't need an entire zoo full of monkeys to maintain them. Are you using Compose or regular XML definitions?