Android Dev Bytes: Quick and Short bytes of Android Dev
Welcome to a fresh series of blog posts centered around Android Development and Kotlin. Here, I share the practical solutions and innovative techniques I’ve discovered while diving into the world of Android and Kotlin. Each post serves as a snapshot of my journey, documenting my learnings and offering valuable insights for anyone looking to deepen their Android development skills. Designed to be concise and easy to digest, these posts provide quick tips and tricks to elevate your Android projects. Join me as we explore the nuances of Android Development and make the most of Kotlin!
Enum serialization with fallback using Moshi
When working with Enum serialization using Moshi, it is important to have fallbacks in case the enum value returned in response is not present in the predefined list of enum values. In this post, you will see how to achieve this.
January 4, 2025