Articles by Tag #navigation

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Modern Navigation in SwiftUI

Navigation in SwiftUI has evolved massively since the early days of NavigationView. With...

Learn More 4 1Nov 29 '25

SwiftUI Navigation State Restoration (Cold Launch, Deep Links & Tabs)

Modern SwiftUI apps don’t just navigate — they restore context. Users expect: the same screen...

Learn More 0 0Jan 4

SwiftUI Navigation Internals: How NavigationStack Really Works

SwiftUI navigation looks simple on the surface — until it isn’t. That’s when you see: views...

Learn More 0 0Dec 21 '25

Okay, ich baue also mein eigenes "Google Maps". Hier ist mein Plan... und meine Albträume.

Jedes Mal, wenn ich ein Navi benutze, überkommt mich dieser "Entwickler-Juckreiz". Kennt ihr das?...

Learn More 0 0Nov 5 '25

“ChatGPT Navigation Using Default Keyboard Shortcuts (No Extensions Needed)”

ChatGPT Navigation Using Default Keyboard Logic (No Extensions Needed) Most people use a mouse or...

Learn More 2 0Nov 7 '25

The Hidden Cost of Outdated Maps: Why Your Connected Car's Software is Only as Good as its Geospatial Data

In the age of connected cars, over-the-air (OTA) updates, and advanced driver-assistance systems...

Learn More 0 0Nov 9 '25

Optimizing Automotive Navigation: The Role of Geospatial Data in Fuel Efficiency and Driver Experience

In an era where every byte of data holds value, it's easy to overlook the foundational importance of...

Learn More 0 0Nov 9 '25

androidx.navigation:navigation-ui is causing increasing inflation time for each component (in Java xml project)?

@mark: simply by removing implementation 'androidx.navigation:navigation-ui:2.9.5' EACH SINGLE ONE...

Learn More 0 0Nov 6 '25

SwiftUI Deep Linking & URL Routing

Deep linking is what turns a normal app into a connected system: tap a link → open a specific...

Learn More 0 0Dec 8 '25

Build a Real-Time ESP32 GPS Tracker with SIM800L and NEO-6M Module

Tracking assets, vehicles, or loved ones in real time has never been easier or more affordable. In...

Learn More 0 0Oct 17 '25

The Navigation Paradox: Why Perfect Sensors Can't Find Their Way Home

Introduction There's a fascinating paradox in autonomous navigation: the most precise...

Learn More 1 0Nov 11 '25

Building a Scalable Navigation System for a 30+ Module Super App

I recently interviewed for a Senior Android role in Europe, where the core discussion revolved around...

Learn More 0 0Feb 14

Jetpack Navigation 3: A New Era for Navigation in Compose-Driven Android Apps

In late 2025, Google released Jetpack Navigation 3, a major redesign of the Android Navigation...

Learn More 0 0Jan 18

Good and Bad Navigation Patterns for Long HTML Pages

Some HTML pages can run quite long. The longer the page, the more important clean, consistent...

Learn More 2 0Mar 2

NavigationDrawer in Compose: Modal & Permanent Side Menu Guide

NavigationDrawer in Compose: Modal & Permanent Side Menu Guide Navigation drawers...

Learn More 0 0Mar 2

Bottom Navigation with Badges in Compose — Complete NavigationBar Guide

Explore how to build a complete bottom navigation system in Jetpack Compose with badges, animations,...

Learn More 0 0Mar 2

How to determine whether the route comes from Navigation or router on the target page?

Read the original article:How to determine whether the route comes from Navigation or router on the...

Learn More 0 0Feb 17

Type-Safe Navigation Complete Guide — Kotlin Serialization/Safe Args/Compose

What You'll Learn Type-safe Navigation (Kotlin Serialization integration, @Serializable...

Learn More 0 0Mar 2

Type-Safe Navigation Complete Guide — Kotlin Serialization/Safe Args/Compose

What You'll Learn Type-safe Navigation (Kotlin Serialization integration, @Serializable...

Learn More 0 0Mar 2

How to Create a Vertical Navigation Menu for Smartphones and Tablets Using CSS and JavaScript

Mobile Navigation Menu How To, for Web Applications This tutorial explains How...

Learn More 0 0May 7 '25

Comparing IntelliJ IDEA Navigation Plugins: AceJump, MJump, and KJump

When you’re deep into code, efficient cursor movement is a game-changer. IntelliJ IDEA offers several...

Learn More 3 0Jul 6 '25

Understanding Flutter GoRouter for Beginners

What is GoRouter? GoRouter is a powerful and flexible routing package for Flutter,...

Learn More 0 0Sep 14 '25

How To Create a Top Navigation Bar

This article explains how to create a top navigation bar, using an example. A navigation bar is a bar...

Learn More 1 0Apr 25 '25

How To Create a Responsive Top Navigation Bar with Left-aligned and Right-aligned Hyperlinks

This tutorial explains How To Create a Top Navigation Bar with Left-aligned and Right-aligned...

Learn More 0 0May 6 '25

Type-Safe Navigation in Jetpack Compose — Kotlin Serialization Routes

What You'll Learn How to implement type-safe navigation in Compose using Kotlin...

Learn More 0 0Mar 2

Flutter's navigation has evolved — are you keeping up?

In this tutorial, I walk through how to use the go_router package to implement Navigation 2.0 in your...

Learn More 0 0Jun 9 '25

BottomNavigation + Scaffold in Jetpack Compose

Build structured app layouts with Scaffold and bottom navigation! NavigationBar +...

Learn More 0 0Mar 2

BottomNavigation + Scaffold in Jetpack Compose

Build structured app layouts with Scaffold and bottom navigation! NavigationBar +...

Learn More 0 0Mar 2

How to add a navigation progress bar to sveltekit website

SvelteKit provides a great router out of the box; users clicking links on your website will be...

Learn More 1 0Feb 10

Ultimate Angular Routing & Navigation Guide With Best Practices

Building a single-page application sounds simple until you need to handle routing. I've seen Angular...

Learn More 0 0Jan 29