Japanese Techniques to Detox Your Mind

In today’s fast-paced world, it’s common to feel overwhelmed by stress, negativity, and information overload. Amid this chaos, the importance of mental well-being has become more pronounced. To regain inner peace, many are turning towards ancient practices that promote mindfulness and mental detox. Japan, a nation deeply rooted in tradition and wisdom, offers several techniques … Read more

Jetpack Compose Navigation Best Practices (Beginners)

What is Jetpack Compose? Jetpack Compose is Android’s recommended modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs. With that, you can not navigate between screens like Activity in XML Base applications. Jetpack Compose is mostly a single-activity … Read more

Jetpack Compose Nested Navigation Best Practices

Destinations can be grouped into a nested graph to modularize a particular flow in your app’s UI. An example of this could be a self-contained login flow. The nested graph encapsulates its destinations. As with the root graph, a nested graph must have a destination identified as the start destination by its route. This is the destination … Read more

Jetpack Compose Bottom Navigation With Scaffold (Material3)

What is a Scaffold? In Material Design, a scaffold is a fundamental structure that provides a standardized platform for complex user interfaces. It holds together different parts of the UI, such as app bars and floating action buttons, and the bottom bar gives apps a coherent look and feel. Scaffold accepts several composables as parameters. Among these are the following: In this … Read more

Jetpack Compose : MVI Architecture with Retrofit2, Dagger-Hilt (Full Guide)

Hello Composers !!👋🏻, in this blog, we’ll learn what is app architecture and why it is important while developing apps. which is the best app architecture with a real example using Retrofit2, Dagger-Hilt, with the latest tech stack. What is App Architecture? 🏠 App architecture is like the blueprint of a house 🏠, but for a mobile or web … Read more

Requesting Permission Jetpack Compose — The Complete Guide

🚀 Hey, Jetpack Compose Developer! ✨ There is a lot of things required while making an app Using Jetpack Compose and one of the Important Topic is Requesting Different type of User permissions using Jetpack Compose. 📱 Runtime permissions 🔑📦 Runtime permissions, also known as dangerous permissions, give your app additional access to restricted data or let your app perform restricted actions that more … Read more

Paris 2024: A City of Lights and Olympic Dreams

The countdown is on for the 2024 Summer Olympics, set to illuminate the City of Lights with the world’s greatest sporting spectacle. As the world’s athletes converge on Paris, the stage is set for a historic event that promises to blend tradition, innovation, and athletic excellence. A Glimpse into the Games The Paris 2024 Olympics … Read more