ARAbdelhamid Ramadaninabdelhamidr.hashnode.dev00Four Top-Level Component Classes in Android14h ago · 3 min read · Every Android app is built on four foundational building blocks. Understand them, and you understand how the OS thinks. Activity An Activity represents a single screen with a user interface. It manaJoin discussion
ARAbdelhamid Ramadaninabdelhamidr.hashnode.dev00Extension function1d ago · 2 min read · In the old days of Java, if we wanted to add a feature to a class we didn't own (like String or View), we had two choices: create a messy Utils class or inherit from it. Kotlin solves this elegantly wJoin discussion