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