Prakash Dasprakshh.hashnode.dev·Sep 21, 2024Simplifying React Native App Navigation with Expo Router: Slot vs Stack.ScreenWhen developing mobile applications with React Native, managing navigation between screens is a crucial part of the user experience. While React Native provides basic navigation tools, Expo Router offers a streamlined way to manage routing, significa...52 readsslot vs stack
Ahona DasforGeekyAnts Tech Blogtechblog.geekyants.com·Feb 28, 2024Navigating Heights: Material Top Tabs and Gorhom Bottom Sheet with React NavigationWhen we build screens in React Native, dealing with many tabs can get tricky, especially when they have sub-tabs, which have lists tied to the chosen tab and sub-tab values. Things get even more confusing if each list item includes a card that, when ...45 readsgorhom bottom sheet
Rajat Chauhanrajatchauhan.hashnode.dev·Nov 3, 20225 Major Mobile App UI Design Mistakes to Avoid in 2023As per Statista, an estimated 36.8 billion downloads of apps from the App Store and Play Store were made in the first quarter of 2022. With so many apps being downloaded, it’s no surprise that over 70% of users are anticipated to churn across all cat...9 likes·58 readsMobile App Design
Love Otudorloveotudorcodes.hashnode.dev·Dec 24, 2020Implementing Navigation Architecture in Android - Part 2In the previous article, you implemented the navigation architecture component and enabled navigation to a different destination in the app. In this article, you will make the app look more meaningful by passing data from one fragment to another usin...Android Navigation
Love Otudorloveotudorcodes.hashnode.dev·Dec 12, 2020Implementing Navigation Architecture in Android - Part 1Before you begin, you should have: Basic understanding of Android development with Java. An Android IDE. I will be using Android Studio version 2.0 Migrated project to use AndroidX libraries. If you haven't done this yet, refer to this guide on ho...10 likesJava