Fragmentation icon indicating copy to clipboard operation
Fragmentation copied to clipboard

[DEPRECATED] A powerful library that manage Fragment for Android

Results 101 Fragmentation issues
Sort by recently updated
recently updated
newest added

我使用这个库,也有一年多了,当时还没有适配Androidx,我拉下代码后,进行了整改,也算是折腾了一番,后来作者也更新了Androidx。在使用中,发现一些很难处理的问题,在遇到这些问题后,我首先会去issue看看,很多人和我有同样的问题,但都没解决。在空闲的时候,看完了这个库,又把Fragment 源码基本打通了,才解决了之前很棘手的问题。 之前想着有作者这样的大神,我遇到的这些问题,对他来说肯定是小事,应该迟早会修复。所以也没想pull request。 直到一天,同事跟我说,作者不维护这个库了,我拉下代码,去看了看那些问题,并没有解决。想着还有不少人,被这些问题困扰着,所以我打算继续维护这个库,既然打算维护,后期如果有问题,我会尽快处理。 demo中的示例,和我项目的实际情况不太一样,如果不太懂原理,可能会出现一些错误。所以demo_wechat 我也更新了一些 为了表示对原作者的尊重,能保留原作者名称的我都保留了。我对引用方式进行了修改,因为可能这个域名,作者不再付费,或者有其他用途。避免使用上的冲突,我改为了自己的域名。(特意买了xuexuan.me 这个域名,后缀me 再次致敬作者) `implementation 'me.yokeyword:fragmentationx:1.0.2'` 更改为 `implementation 'me.xuexuan:fragmentationx:1.0.4'` `implementation 'me.yokeyword:fragmentationx-core:1.0.2'` 更改为 `implementation 'me.xuexuan:fragmentationx-core:1.0.4'` `implementation 'me.yokeyword:fragmentationx-swipeback:1.0.2'` 更改为 `implementation 'me.xuexuan:fragmentationx-swipeback:1.0.4'` 这个库`implementation 'me.yokeyword:eventbus-activity-scope:1.1.0'` 在issue中没看到有相关的bug,所以我目前没有修改它,还是使用原作者的。现在使用eventbus 的人应该不多了吧 在下一个版本,我会先把这几个问题给解决了:...

# Issues Guideline Following information can help us to resolve the issue faster. * Library version * Support-v4 version * Logs * Screenshots **In addition, we do not accept issues...

Fragmentation升级库 https://github.com/weikaiyun/SFragmentation 源码易懂,方便定制。 1. 对可见性判断,懒加载,转场动画都进行了改写。 可见性和懒加载是利用fragmentmanager的setMaxlifecycle进行实现, 转场动画就是fragment的转场动画,无需模拟,原库进行popTo动画是需要进行模拟的。 2. 源码少了很多trick, 源码上更自然,基本都是利用的原生的能力。(基于新版fragment接口) 3. 支持viewpager和viewpager2 其实原库是不支持viewpager2的。 4. 接口与Fragmentation一致。 欢迎使用,欢迎star

# Issues Guideline Following information can help us to resolve the issue faster. * Library version * Support-v4 version * Logs * Screenshots **In addition, we do not accept issues...

* Library version fragmentationX 1.0.1 * Logs ![onLazyInitView](https://user-images.githubusercontent.com/16586195/72332190-8b95ec80-36f4-11ea-97ef-f469c24037c9.jpg) ![onSupportInVisible](https://user-images.githubusercontent.com/16586195/72332197-92246400-36f4-11ea-9a17-77b1f431ce5d.jpg) ![onSupportVisibleInVisible](https://user-images.githubusercontent.com/16586195/72332214-994b7200-36f4-11ea-9b91-22665d4aad7a.jpg) * Screenshots 我用的 Fragment 嵌套 Viewpager , 里面放 4 个 Fragment , setOffscreenPageLimit() 设为 3 , 每次进来都会把 4 个 fragment...

项目跑monkey测试(12H),出现黑屏,日志显示布局都在,但是就是一层黑色背景覆盖上面,大神,是不是fragmentnation出现崩溃,但是又没有相关crash日志,希望帮忙分析原因,可否提供您的联系方式,我的QQ:3514279209 **In addition, we do not accept issues unrelated to Fragmentation.**

fragment切换时,偶尔会出现白屏的问题,直到退出整个App,重新进入,白屏才暂时消失,暂未发现规律。

# Issues Guideline Following information can help us to resolve the issue faster. * Library version * Support-v4 version * Logs * Screenshots **In addition, we do not accept issues...