1 Star 0 Fork 0

KunMinX/Smooth-Navigation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0
![](https://images.xiaozhuanlan.com/photo/2022/32e842d53fde8bc9983de0b32293a723.png) # Smooth-Navigation ## 中文说明 提供安全可靠 Navigation 操作,解决 GitHub 上 "Navigation Add Hide 修改版" 普遍存在 "popUpToInclusive 导致 Fragment 不符预期加载" 等问题。 **使用方式:** 于 gradle 添加 `com.kunminx.arch:smooth-navigation` 依赖,并将原有 `androidx.navigation:navigation-fragment` 或修改版依赖移除(否则编译过程中会遭原有依赖覆盖)。 ## Maven 依赖 - 鉴于 Jcenter 关闭,我们已将仓库迁移至 Maven Central,请自行在根目录 build.gradle 添加 `mavenCentral()`。 ```groovy implementation 'com.kunminx.arch:smooth-navigation:4.0.0' ``` 如使用 kotlin 拓展,在上述基础上,添加如下依赖即可: ```groovy implementation('androidx.navigation:navigation-fragment-ktx:2.3.2') { exclude group: 'androidx.navigation', module: "navigation-fragment" } ``` ## English Guide Provides safe and reliable Navigation operations, and solves the common problem of "popUpToInclusive causing Fragment to load unexpectedly" in the open source "Navigation Add Hide modified version" on GitHub. **How to use:** Add `com.kunminx.arch:smooth-navigation` dependency in gradle, and remove the original `androidx.navigation:navigation-fragment` or modified version dependency (otherwise the original Dependent coverage). ## Maven dependency - The following implementation is renamed. We have changed from `archi` to `arch`, so you should pay attention to the modification, - Due to the closure of JCenter, we have migrated the warehouse to Maven Central, so you can add `mavenCentral()` in the root directory build.gradle. ```groovy implementation 'com.kunminx.arch:smooth-navigation:4.0.0' ``` If you use kotlin extension, then on the basis of the above, add the following dependencies: ```groovy implementation('androidx.navigation:navigation-fragment-ktx:2.3.2') { exclude group: 'androidx.navigation', module: "navigation-fragment" } ``` ## Thanks 感谢 @孙致远、@别睡太晚、@雅俗共赏 等小伙伴对 popUpToInclusive 及嵌套 child 等场景下容错问题反馈和测试 Demo 提供。 感谢小伙伴 @ hele-jeremy 对 launchSingleTop 场景下容错问题反馈和优化代码提供。 ## License ``` Copyright 2019-present KunMinX 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. ```

简介

提供流畅的 Jetpack Navigation 转场体验。并解决 GitHub 上 Navigation Add Hide 修改版普遍存在的致命缺陷。 展开 收起
Java
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kunminx/Smooth-Navigation.git
git@gitee.com:kunminx/Smooth-Navigation.git
kunminx
Smooth-Navigation
Smooth-Navigation
master

搜索帮助