An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with navigation

A curated list of projects in awesome lists tagged with navigation .

https://github.com/react-navigation/react-navigation

Routing and navigation for React Native and Web apps

hacktoberfest navigation react react-native react-navigation

Last synced: 24 Dec 2025

https://github.com/alibaba/arouter

💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)

android componentization dependency-injection interceptor navigation router

Last synced: 12 May 2025

https://github.com/alibaba/ARouter

💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)

android componentization dependency-injection interceptor navigation router

Last synced: 11 May 2025

https://github.com/wix/react-native-navigation

A complete native navigation solution for React Native

hacktoberfest navigation navigator react-native react-native-navigation

Last synced: 12 May 2025

https://wix.github.io/react-native-navigation/

A complete native navigation solution for React Native

hacktoberfest navigation navigator react-native react-native-navigation

Last synced: 03 Mar 2025

https://github.com/gyf-dev/immersionbar

android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62

android bar dialog immersion kotlin navigation navigationbar status statusbar

Last synced: 13 May 2025

https://github.com/gyf-dev/ImmersionBar

android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62

android bar dialog immersion kotlin navigation navigationbar status statusbar

Last synced: 16 Mar 2025

https://github.com/organicmaps/organicmaps

🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by the community. No ads, no tracking, no data collection, no crapware. Please donate to support the development!

android app cpp cyclists hacktoberfest hikers ios java maps mobile mobile-app navigation objective-c offline offline-maps openstreetmap privacy routing tourists travelers

Last synced: 14 May 2025

https://github.com/kunminx/jetpack-mvvm-best-practice

难得一见 Jetpack MVVM 最佳实践!在 "以简驭繁" 代码中,对 "视图控制器" 乃至 "标准化开发模式" 形成正确、深入理解!

android androidx databinding databinding-android jetpack jetpack-android jetpack-lifecycle-components jetpack-navigation livedata livedata-viewmodel music music-player mvvm mvvm-android mvvm-architecture navigation

Last synced: 14 May 2025

https://github.com/KunMinX/Jetpack-MVVM-Best-Practice

难得一见 Jetpack MVVM 最佳实践!在 "以简驭繁" 代码中,对 "视图控制器" 乃至 "标准化开发模式" 形成正确、深入理解!

android androidx databinding databinding-android jetpack jetpack-android jetpack-lifecycle-components jetpack-navigation livedata livedata-viewmodel music music-player mvvm mvvm-android mvvm-architecture navigation

Last synced: 27 Mar 2025

https://github.com/webstackpage/webstackpage.github.io

❤️静态响应式网址导航网站 - webstack.cc

bookmark dao-hang nav navigation tags website webstack

Last synced: 14 May 2025

https://github.com/WebStackPage/WebStackPage.github.io

❤️静态响应式网址导航网站 - webstack.cc

bookmark dao-hang nav navigation tags website webstack

Last synced: 24 Mar 2025

https://github.com/devlight/navigationtabbar

Navigation tab bar with colorful interactions.

android badge bar devlight library navigation tab ui

Last synced: 14 May 2025

https://github.com/Devlight/NavigationTabBar

Navigation tab bar with colorful interactions.

android badge bar devlight library navigation tab ui

Last synced: 13 Mar 2025

https://github.com/telly/TLYShyNavBar

Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!

cocoapods ios navigation navigationbar objective-c scrolling scrollview ui uikit uinavigationcontroller

Last synced: 25 Mar 2025

https://github.com/telly/tlyshynavbar

Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!

cocoapods ios navigation navigationbar objective-c scrolling scrollview ui uikit uinavigationcontroller

Last synced: 28 Sep 2025

https://github.com/wp-bootstrap/wp-bootstrap-navwalker

A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.

bootstrap custom-theme hacktoberfest icons menus nav navigation php twitter-bootstrap walker wordpress wordpress-theme wp-bootstrap-navwalker

Last synced: 12 Dec 2025

https://github.com/justinmk/vim-sneak

The missing motion for Vim :athletic_shoe:

motion navigation neovim neovim-plugin nvim plugin vim vim-plugin viml

Last synced: 13 May 2025

https://github.com/hegaojian/jetpackmvvm

:chicken::basketball:一个Jetpack结合MVVM的快速开发框架,基于MVVM模式集成谷歌官方推荐的JetPack组件库:LiveData、ViewModel、Lifecycle、Navigation组件 使用Kotlin语言,添加大量拓展函数,简化代码 加入Retrofit网络请求,协程,帮你简化各种操作,让你快速开发项目

android databinding google jetpack kotlin lifecycle livedata mvvm mvvm-jetpack navigation okhttp retrofit viewmodel wanandroid wanandroiddemo

Last synced: 14 May 2025

https://github.com/raamcosta/compose-destinations

Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.

android android-library hacktoberfest jetpack-compose kotlin kotlin-android kotlin-library ksp navigation safeargs

Last synced: 13 May 2025

https://github.com/hegaojian/JetpackMvvm

:chicken::basketball:一个Jetpack结合MVVM的快速开发框架,基于MVVM模式集成谷歌官方推荐的JetPack组件库:LiveData、ViewModel、Lifecycle、Navigation组件 使用Kotlin语言,添加大量拓展函数,简化代码 加入Retrofit网络请求,协程,帮你简化各种操作,让你快速开发项目

android databinding google jetpack kotlin lifecycle livedata mvvm mvvm-jetpack navigation okhttp retrofit viewmodel wanandroid wanandroiddemo

Last synced: 17 Apr 2025

https://github.com/airbnb/native-navigation

Native navigation library for React Native applications

navigation navigator react react-native

Last synced: 14 May 2025

https://github.com/ros-navigation/navigation2

ROS 2 Navigation Framework and System

navigation robotics ros2

Last synced: 13 May 2025

https://github.com/wangrui460/wrnavigationbar

超简单!!! 一行代码设置状态栏、导航栏按钮、标题、颜色、透明度,移动等 WRNavigationBar which allows you to change NavigationBar's appearance dynamically

alpha customnavigation ltnavigationbar navigation navigationbar scroll statusbar title

Last synced: 14 May 2025

https://github.com/wangrui460/WRNavigationBar

超简单!!! 一行代码设置状态栏、导航栏按钮、标题、颜色、透明度,移动等 WRNavigationBar which allows you to change NavigationBar's appearance dynamically

alpha customnavigation ltnavigationbar navigation navigationbar scroll statusbar title

Last synced: 03 May 2025

https://github.com/artberri/sidr

Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.

javascript jquery jquery-plugin menu navigation plugin responsive

Last synced: 14 May 2025

https://github.com/anybotics/grid_map

Universal grid map library for mobile robotic mapping

costmap cpp elevation grid-map height-map mapping navigation occupancy octopmap opencv pcl ros rviz terrain

Last synced: 13 May 2025

https://github.com/ANYbotics/grid_map

Universal grid map library for mobile robotic mapping

costmap cpp elevation grid-map height-map mapping navigation occupancy octopmap opencv pcl ros rviz terrain

Last synced: 18 Mar 2025

https://github.com/xjh22222228/nav

发现导航 , 好用强大轻量级导航网站 Discover navigation, easy to use, powerful lightweight navigation website

ai-awesome angular nav navigation netlify nextjs ng-zorro-antd vercel

Last synced: 13 May 2025

https://github.com/headwaymaps/headway

Self-hostable maps stack, powered by OpenStreetMap.

directions geocoding geospatial maps navigation openstreetmap routing

Last synced: 14 May 2025

https://github.com/helloxz/onenav

使用PHP + SQLite 3开发的书签管理系统,将浏览器书签集中式管理,做到一处部署,随处访问。

bookmark navigation php

Last synced: 14 May 2025

https://github.com/schlaubischlump/locationsimulator

MacOS application to spoof / fake / mock your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.

appkit development-tools fake fake-locations ios-simulator iphonesimulator ispoofer libimobiledevice location location-spoof location-spoofing macos mock-location mock-locations navigation simulation spoof swift

Last synced: 15 May 2025

https://github.com/Schlaubischlump/LocationSimulator

MacOS application to spoof / fake / mock your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.

appkit development-tools fake fake-locations ios-simulator iphonesimulator ispoofer libimobiledevice location location-spoof location-spoofing macos mock-location mock-locations navigation simulation spoof swift

Last synced: 26 Mar 2025

https://github.com/frdh/mmenu-js

The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.

canvas-menu drawer js menu mmenu mmenu-plugin navigation off-canvas off-canvas-menu

Last synced: 12 Dec 2025

https://github.com/FrDH/mmenu-js

The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.

canvas-menu drawer js menu mmenu mmenu-plugin navigation off-canvas off-canvas-menu

Last synced: 27 Apr 2025

https://github.com/terrakok/cicerone

🚦 Cicerone is a lightweight library that makes the navigation in an Android app easy.

android bottom-navigation cicerone fragments jetpack-navigation multistack navigation

Last synced: 12 Apr 2025

https://github.com/terrakok/Cicerone

🚦 Cicerone is a lightweight library that makes the navigation in an Android app easy.

android bottom-navigation cicerone fragments jetpack-navigation multistack navigation

Last synced: 16 Mar 2025

https://github.com/arkivanov/decompose

Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)

android kotlin kotlin-multiplatform multiplatform navigation

Last synced: 27 Dec 2025

https://github.com/ros-planning/navigation

ROS Navigation stack. Code for finding where the robot is and how it can get somewhere else.

navigation robotics ros

Last synced: 14 May 2025

https://github.com/devlight/navigationtabstrip

Navigation tab strip with smooth interaction.

android bar devlight library navigation strip tab ui

Last synced: 15 May 2025

https://github.com/Devlight/NavigationTabStrip

Navigation tab strip with smooth interaction.

android bar devlight library navigation strip tab ui

Last synced: 13 Mar 2025

https://github.com/DevLight-Mobile-Agency/NavigationTabStrip

Navigation tab strip with smooth interaction.

android bar devlight library navigation strip tab ui

Last synced: 12 Aug 2025

https://github.com/arkivanov/Decompose

Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)

android kotlin kotlin-multiplatform multiplatform navigation

Last synced: 02 Apr 2025

https://github.com/bytedance/scene

Android Single Activity Framework compatible with Fragment.

activity android android-architecture android-library fragments navigation single-activity-pattern

Last synced: 14 May 2025

https://github.com/rickytan/rtrootnavigationcontroller

Implicitly make every view controller has its own navigation bar

custom-navigation navigation navigation-controller

Last synced: 14 May 2025

https://github.com/rickytan/RTRootNavigationController

Implicitly make every view controller has its own navigation bar

custom-navigation navigation navigation-controller

Last synced: 03 May 2025

https://github.com/owen0o0/webstack

WordPress 版 WebStack 导航主题 https://nav.iowen.cn

bookmark dao-hang nav navigation onenav php webstack wordpress wordpress-theme wordpress-webstack

Last synced: 11 Apr 2025

https://github.com/stevearc/aerial.nvim

Neovim plugin for a code outline window

lsp navigation neovim neovim-plugin nvim nvim-plugin outline

Last synced: 14 May 2025

https://github.com/soulteary/docker-flare

Flare ✨ Lightweight, high performance and fast self-hosted navigation pages, resource utilization rate is <1% CPU, MEM <30 M, Docker Image < 10M

bookmark bookmarks-manager navigation self-hosted start-page

Last synced: 15 May 2025

https://github.com/alefragnani/vscode-bookmarks

Bookmarks Extension for Visual Studio Code

bookmark navigation visual-studio-code vscode vscode-extension

Last synced: 14 May 2025

https://github.com/jonschlinkert/markdown-toc

API and CLI for generating a markdown TOC (table of contents) for a README or any markdown files. Uses Remarkable to parse markdown. Used by NASA/openmct, Prisma, Joi, Mocha, Sass, Prettier, Orbit DB, FormatJS, Raneto, hapijs/code, webpack-flow, docusaurus, release-it, ts-loader, json-server, reactfire, bunyan, husky, react-easy-state, react-snap, chakra-ui, carbon, alfresco, repolinter, Assemble, Verb, and thousands of other projects.

javascript jonschlinkert markdown markdown-toc md navigation node nodejs project readme remarkable table-of-contents toc toc-generator

Last synced: 13 May 2025

https://github.com/afkt/devutils

:fire: ( 持续更新,目前含 300+ 工具类 ) DevUtils 是一个 Android 工具库,主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。该项目尽可能的便于开发人员,快捷、高效开发安全可靠的项目。

android compose coroutines databinding hilt jetpack kotlin leakcanary library lifecycle mvvm navigation okhttp permission retrofit room utils viewbinding viewmodel workmanager

Last synced: 21 Sep 2025

https://github.com/mrcsxsiq/kotlin-pokedex

:cyclone: A Pokedex app using ViewModel, ViewBinding, LiveData, Room and Navigation

android architecture-components hacktoberfest koin kotlin livedata navigation room viewbinding viewmodel

Last synced: 15 May 2025

https://github.com/mrcsxsiq/Kotlin-Pokedex

:cyclone: A Pokedex app using ViewModel, ViewBinding, LiveData, Room and Navigation

android architecture-components hacktoberfest koin kotlin livedata navigation room viewbinding viewmodel

Last synced: 16 Mar 2025

https://github.com/Paratron/hookrouter

The flexible, and fast router for react that is entirely based on hooks

hooks navigation queryparams react router ssr title

Last synced: 30 Apr 2025

https://github.com/christophery/pushy

Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.

css jquery menu navigation off-canvas-menu submenu

Last synced: 14 May 2025

https://github.com/MoOx/pjax

Easily enable fast Ajax navigation on any website (using pushState + xhr)

ajax jquery-pjax navigation pjax pjax-request pushstate

Last synced: 23 Aug 2025

https://github.com/moox/pjax

Easily enable fast Ajax navigation on any website (using pushState + xhr)

ajax jquery-pjax navigation pjax pjax-request pushstate

Last synced: 14 May 2025

https://github.com/sephiroth74/Material-BottomNavigation

Bottom Navigation widget component inspired by the Google Material Design Guidelines at https://www.google.com/design/spec/components/bottom-navigation.html

android bottombar bottomnavigation google-material material-design menu-xml navigation tablet widget xml

Last synced: 16 Mar 2025

https://github.com/sephiroth74/material-bottomnavigation

Bottom Navigation widget component inspired by the Google Material Design Guidelines at https://www.google.com/design/spec/components/bottom-navigation.html

android bottombar bottomnavigation google-material material-design menu-xml navigation tablet widget xml

Last synced: 15 Apr 2025

https://github.com/JVillella/JVFloatingDrawer

An easy to use floating drawer view controller.

cocoapod drawer floating ios library navigation objective-c side-drawer ui

Last synced: 13 Jul 2025

https://github.com/kylecorry31/trail-sense

An Android app that uses your phone's sensors to assist with wilderness treks or survival situations.

altimeter android astronomy backpacking barometer camping compass gps hiking kotlin maps navigation offline privacy sensors survival survival-situations weather weather-forecasting wilderness

Last synced: 12 Apr 2025

https://github.com/kylecorry31/Trail-Sense

An Android app that uses your phone's sensors to assist with wilderness treks or survival situations.

altimeter android astronomy backpacking barometer camping compass gps hiking kotlin maps navigation offline privacy sensors survival survival-situations weather weather-forecasting wilderness

Last synced: 12 Apr 2025

https://github.com/jvillella/jvfloatingdrawer

An easy to use floating drawer view controller.

cocoapod drawer floating ios library navigation objective-c side-drawer ui

Last synced: 28 Sep 2025

https://github.com/Droppers/AnimatedBottomBar

A customizable and easy to use BottomBar navigation view with sleek animations, with support for ViewPager, ViewPager2, NavController, and badges.

android android-bottom-navigation android-library android-tabs android-ui animations badges bottom-navigation bottombar bottomnavigationview customizable java kotlin navcontroller navigation navigationbar navigationcomponent sleek-animations viewpager viewpager2

Last synced: 16 Mar 2025

https://github.com/droppers/animatedbottombar

A customizable and easy to use BottomBar navigation view with sleek animations, with support for ViewPager, ViewPager2, NavController, and badges.

android android-bottom-navigation android-library android-tabs android-ui animations badges bottom-navigation bottombar bottomnavigationview customizable java kotlin navcontroller navigation navigationbar navigationcomponent sleek-animations viewpager viewpager2

Last synced: 14 Apr 2025

https://github.com/Zhuinden/simple-stack

[ACTIVE] Simple Stack, a backstack library / navigation framework for simpler navigation and state management (for fragments, views, or whatevers).

android backstack fragments navigation simple-stack single-activity-pattern state-persistence

Last synced: 11 Apr 2025

https://github.com/zhuinden/simple-stack

[ACTIVE] Simple Stack, a backstack library / navigation framework for simpler navigation and state management (for fragments, views, or whatevers).

android backstack fragments navigation simple-stack single-activity-pattern state-persistence

Last synced: 15 May 2025

https://github.com/albar965/littlenavmap

Little Navmap is a free flight planner, navigation tool, moving map, airport search and airport information system for Flight Simulator X, Microsoft Flight Simulator 2020, Prepar3D and X-Plane.

flight flightplan flightplanner fsx map msfs navigation prepar3d simulator x-plane

Last synced: 14 May 2025

https://github.com/ray-x/navigator.lua

Code analysis & navigation plugin for Neovim. Navigate codes like a breeze🎐 Exploring LSP and 🌲Treesitter symbols a piece of 🍰 Take control like a boss 🦍

diagnostics language-server-client lsp lspconfig navigation neovim neovim-plugin nvim-plugin treesitter

Last synced: 14 May 2025

https://github.com/getstream/whatsapp-clone-compose

📱 WhatsApp clone project demonstrates modern Android development built with Jetpack Compose and Stream Chat/Video SDK for Compose.

android architecture architecture-components coroutines jetpack jetpack-compose kotlin mvi navigation whatsapp

Last synced: 14 May 2025

https://github.com/andremion/Floating-Navigation-View

A simple Floating Action Button that shows an anchored Navigation View

android button fab floating-action-button navigation navigation-view

Last synced: 03 Aug 2025

https://github.com/andremion/floating-navigation-view

A simple Floating Action Button that shows an anchored Navigation View

android button fab floating-action-button navigation navigation-view

Last synced: 15 Apr 2025

https://github.com/GetStream/whatsApp-clone-compose

📱 WhatsApp clone project demonstrates modern Android development built with Jetpack Compose and Stream Chat/Video SDK for Compose.

android architecture architecture-components coroutines jetpack jetpack-compose kotlin mvi navigation whatsapp

Last synced: 12 Apr 2025

https://github.com/michael-rapp/chromeliketabswitcher

Provides a tab switcher similar to the one, which is used in Google Chrome on Android

android cards chrome google navigation switcher tab

Last synced: 15 May 2025

https://github.com/michael-rapp/ChromeLikeTabSwitcher

Provides a tab switcher similar to the one, which is used in Google Chrome on Android

android cards chrome google navigation switcher tab

Last synced: 21 Apr 2025

https://github.com/shenweiyan/webstack-hugo

WebStack 网址导航 Hugo 主题,无需服务器,支持导航一键配置的纯静态网址导航网站。

hugo navigation webstack

Last synced: 13 Apr 2025

https://github.com/huolalatech/hll-wp-therouter-android

A framework for assisting in the renovation of Android componentization(帮助 App 进行组件化改造的动态路由框架)

android componentization dependency-injection kotlin modularization navigation router therouter

Last synced: 06 Jan 2026

https://github.com/f2prateek/dart

Extras binding and intent builders for Android apps.

android annotation-processor henson intent intent-builder navigation

Last synced: 08 Apr 2025

https://github.com/opencpn/opencpn

A concise ChartPlotter/Navigator. A cross-platform ship-borne GUI application supporting * GPS/GPDS Postition Input * BSB Raster Chart Display * S57 Vector ENChart Display * AIS Input Decoding * Waypoint Autopilot Navigation

ais autopilot boating chartplotter charts ecdis gps grib grib2 gshhs marine nautical nautical-charts navigation nmea nmea0183 nmea2000 sailing signalk weather

Last synced: 14 May 2025