Hao Zhenghaoz.hashnode.dev·Sep 25, 2023Type safe routing with auto_routeIntroduction Navigating between screens is a fundamental aspect of mobile app development. In development, efficient routing and navigation can greatly impact the user experience and development process. To simplify this, Flutter has quite a few rout...DiscussFlutter
Gospel Obiuwevbielitedecode.hashnode.dev·Sep 18, 2023Mastering React Router: A Comprehensive TutorialIn the ever-evolving world of web development, creating seamless and dynamic user experiences is crucial. Modern web applications often consist of multiple views and pages that need to be navigated effortlessly. This is where React Router comes to th...DiscussReact
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Sep 18, 2023Creating an Animated Side Navigation Menu with OverlayIn web design, creating a user-friendly and aesthetically pleasing navigation menu is crucial. One popular approach is to implement a side navigation menu that appears when a user clicks a specific button. To enhance the user experience, we can add a...Discussoverlay
Kehinde Adeyemikehindeadeyemi.hashnode.dev·Sep 11, 2023Display an image on a Navigation Bar in Oracle APEXDo you still run #orclapex applications that display a company logo as seen below? Such logos are less conspicuous in most cases. Well, you might want to take a notch up and have something like the below: Read this short article to see how I achiev...Discuss·1 like·339 readsOracle
Khushismilewithkhushi.hashnode.dev·Sep 8, 2023Exploring Navigation Menu Items for Web/AppsWhich menu icon should you use for navigation? In this blog, you will explore the different types of menu icons and their usage. Navigation icons can be found all over the Internet and on different websites. With the rise of smartphones and tablets u...Discuss·2 likesApplications
Asfak Ahmedasfakahmedsblog.hashnode.dev·Aug 28, 2023রিয়েক্ট রাউটার ডম ( react router dom )রিয়েক্ট রাউটার একটি লাইব্রেরি যা রিয়েক্ট (React) ফ্রেমওয়ার্কে ব্যবহার হয়। এটি ওয়েব অ্যাপ্লিকেশনের ইন্টারফেস এবং কোম্পোনেন্টগুলির নেভিগেশন ব্যবস্থা করতে সাহায্য করে। এটি অ্যাপ্লিকেশনের URL-গুলি প্রস্তুত করতে এবং ব্যবহারকারীকে বিভিন্ন পৃষ্ঠাগুলি ম...Md. Maruf Sarker and 1 other are discussing this2 people are discussing thisDiscuss·6 likes·372 readsreact router
Joel Kanyiford.light Blogdlight.hashnode.dev·Aug 17, 2023Passing Arguments While Navigating Back in Jetpack ComposeThe Compose Navigation library assists us in adding navigation capabilities to our apps, making it easier to navigate with arguments to various destinations. But here's the catch: does it support navigating back with arguments when you pop the back s...Discuss·1 like·107 readsJetpack Compose
Raman Tankraman04.hashnode.dev·Aug 8, 2023Navigating with Finesse: Unveiling the Secrets of Tabs and Drawers in FlutterAhoy, fellow Flutter aficionado! 🚀 Ready to embark on a captivating journey into the realm of screen navigation? Well, prepare to be captivated, as today we're delving into the enchanting world of Tabs and Drawers navigation. These are not just mere...DiscussFlutter
Ken Udehkenudeh.hashnode.dev·Jul 26, 2023How to build a responsive navigation menu in ReactAccording to a report by the analytics platform, DataReportals, mobile phones now account for more than 55 percent of the world’s web traffic. With this reality, web developers must adopt a mobile-friendly approach when building modern web applicatio...Discussmenu
Paras Singhparasdev.hashnode.dev·Jul 3, 2023React Native Navigation: A Beginner's GuideToday we're going to build a beginner shopping app with react-native navigation. we'll understand the basics of react-native Navigation, how things work behind the scene and how it is different from browser navigation. So let's get started Need of Re...Discuss·10 likes·50 readsReact Native