Android Programming – Part 12: Intro to Jetpack Compose

The whole tech industry is now moving towards Declarative UI regardless of the platforms. including web design, Android/iOS app development, and desktop. And through Android app development experience, you can catch up with the latest industry trend. Enjoy your journey. … Continue Reading >Android Programming – Part 12: Intro to Jetpack Compose

Android Programming – Part 11 Kotlin Fundamentals ⅩⅠ: Advanced Concepts

Just like Java, you can take advantage of OOP’s powerful concepts in Kotlin as well. This is the last post on Kotloin’s fundamentals, but you can take advantage of this knowledge not only in your future Kotlin projects but also in other OOP languages. … Continue Reading >Android Programming – Part 11 Kotlin Fundamentals ⅩⅠ: Advanced Concepts

Android Programming – Part 6 Kotlin Fundamentals Ⅵ: Sets and Maps Collections

Okay, this is another post for Kotlin’s collections. This time, we’ll learn about the basics of sets and maps. Since both are one of the core concepts of the language, you need to master them before actually starting coding in Android! … Continue Reading >Android Programming – Part 6 Kotlin Fundamentals Ⅵ: Sets and Maps Collections