PinnedJay DwivediSecuring Mobile App (Android & iOS) and User data — OverviewIn today’s digital landscape, mobile applications are integral to our daily lives, providing convenience and efficiency in various domains…May 19May 19
Jay DwivediA comprehensive guide to create an Android Travel App — System Design, Architecture and Server…Designing a Travel Portal Android App involves multiple components, including user interface design, backend integration, data storage…Jun 3Jun 3
Jay DwivediBuilding a Modern Android App with Kotlin, Coroutine, Flow, Jetpack Compose, Hilt, Retrofit, Room…In this tutorial, we’ll create a modern Android app that incorporates the latest technologies and best practices. We’ll leverage Kotlin…May 291May 291
Jay DwivediMastering in Kotlin — Part-6- Flow and use casesKotlin Flow is a powerful asynchronous data stream processing library that brings reactive programming to Kotlin. It allows developers to…May 29May 29
Jay DwivediMastering in Kotlin — Part 4-Comprehensive Guide to Kotlin CoroutinesKotlin Coroutines provide a powerful and flexible way to handle asynchronous programming. This guide covers essential coroutine concepts…May 29May 29
Jay DwivediMastering in Kotlin — Part-5- Sharing The data between coroutinesSharing data between coroutines is a common requirement in concurrent programming, and Kotlin provides several approaches to achieve this…May 29May 29
Jay DwivediMastering In Kotlin-Part3- open, object, companion, Singleton, @JvmStatic, and Other AnnotationsKotlin provides various features and annotations to enhance its interoperability with Java and to simplify certain patterns like singletons…May 27May 27
Jay DwivediMastering In Kotlin-Part2- val, var, const, final, open, conditional and control flowIn Kotlin, conditional and control flow structures allow you to dictate the flow of your program’s execution based on certain conditions…May 27May 27