All Projects → BaronZ88 → Router

BaronZ88 / Router

Android 平台一个简单的路由框架,包含路由和参数注入两部分功能。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Router

Brouter
Stars: ✭ 198 (-9.59%)
Mutual labels:  router
Visualizer
UI-Router state visualizer and transition visualizer
Stars: ✭ 205 (-6.39%)
Mutual labels:  router
Advancedandroid
Android 进阶
Stars: ✭ 2,446 (+1016.89%)
Mutual labels:  router
Luci Wrtbwmon
Bandwidth tracker for OpenWRT that uses wrtbwmon
Stars: ✭ 201 (-8.22%)
Mutual labels:  router
Next Routes
Universal dynamic routes for Next.js
Stars: ✭ 2,354 (+974.89%)
Mutual labels:  router
React Live Route
📌 An enhanced react-router-v4/5 Route that keeps route alive.
Stars: ✭ 207 (-5.48%)
Mutual labels:  router
Angular Router Loader
A Webpack loader that enables string-based module loading with the Angular Router
Stars: ✭ 194 (-11.42%)
Mutual labels:  router
Hydux
A light-weight type-safe Elm-like alternative for Redux ecosystem, inspired by hyperapp and Elmish
Stars: ✭ 216 (-1.37%)
Mutual labels:  router
Ui Router
The de-facto solution to flexible routing with nested views in AngularJS
Stars: ✭ 13,738 (+6173.06%)
Mutual labels:  router
Marshroute
Marshroute is an iOS Library for making your Routers simple but extremely powerful
Stars: ✭ 208 (-5.02%)
Mutual labels:  router
Navigo
A simple vanilla JavaScript router.
Stars: ✭ 2,435 (+1011.87%)
Mutual labels:  router
Packet Journey
DEPRECATED - Packet-journey, userland router which uses DPDK for its fastpath switching.
Stars: ✭ 200 (-8.68%)
Mutual labels:  router
Mgjrouter
一个高效/灵活的 iOS URL Router
Stars: ✭ 2,314 (+956.62%)
Mutual labels:  router
Route
Simple isomorphic router
Stars: ✭ 199 (-9.13%)
Mutual labels:  router
Falco
A functional-first toolkit for building brilliant ASP.NET Core applications using F#.
Stars: ✭ 214 (-2.28%)
Mutual labels:  router
Bilihp App
BiliBili助手-哔哩哔哩助手苹果/安卓/IOS/PC/C2C/Mac/路由器/单用户/多用户/手机版全平台支持挂机软件库(2020-BiliHP)
Stars: ✭ 196 (-10.5%)
Mutual labels:  router
Rocon
Router Library with Ultimate Type Safety
Stars: ✭ 206 (-5.94%)
Mutual labels:  router
Openapi Backend
Build, Validate, Route, Authenticate and Mock using OpenAPI
Stars: ✭ 216 (-1.37%)
Mutual labels:  router
Skipper
An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
Stars: ✭ 2,606 (+1089.95%)
Mutual labels:  router
Android Router
An android componentization protocol framework, used for decoupling complex project. Android高性能轻量级路由框架
Stars: ✭ 208 (-5.02%)
Mutual labels:  router

Router

Android 平台路由框架

最新版本

模块 router router-compiler
最新版本 Download Download

推荐阅读:

结构图

Router

使用

一、添加依赖配置

dependencies {
	compile 'com.baronzhang.android:router:0.2.3'
	annotationProcessor 'com.baronzhang.android:router-compiler:0.2.3'
}

二、使用

开源许可 Hex.pm

Copyright 2017 Baron Zhang

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].