PBPriyanshu Boroleinpriyanshub.hashnode.dev·Sep 24, 2023 · 7 min readLaunch Modes in AndroidHave you ever wondered how your Android apps smoothly switch from one screen to another? It's like a well-choreographed dance, and Intents are the cues that make it happen. But what about the behind-the-scenes magic that governs how activities behave...02VR
PBPriyanshu Boroleinpriyanshub.hashnode.dev·Mar 16, 2022 · 3 min readBeginner Open Source Guide for GssocI see many questions on Gssoc discord about how to choose a project? How to start contributing? Although it has been explained by the organizers already. So in this article, we will see how you can start your open source contribution journey as a beg...04HUSA
PBPriyanshu Boroleinpriyanshub.hashnode.dev·Jan 14, 2022 · 3 min readBottom Navigation Bar in KotlinWhat is Bottom Navigation Bar? BottomNavigationView makes it easy for users to explore and switch between top-level views in a single tap. There should be a minimum of 3 top-level views and a maximum of 5. If Destinations are more than 5 then use the...00