fragment
Here are 288 public repositories matching this topic...
[DEPRECATED] A powerful library that manage Fragment for Android
-
Updated
Nov 15, 2019 - Java
-
Updated
Sep 18, 2019 - Java
An Android library for managing multiple stacks of fragments
-
Updated
Jun 23, 2020 - Kotlin
Add some Depth to your fragments
-
Updated
Oct 1, 2018 - Java
A library managing navigation, nested Fragment, StatusBar, Toolbar for Android
-
Updated
May 29, 2020 - Java
Android 程序员需要掌握的技术栈:数据结构算法、程序架构、设计模式、性能优化、插件化、热更新、Kotlin、NDK、Jetpack,以及常用的开源框架源码分析如 Flutter、Router、RxJava、Glide、LeakCanary、Dagger2、Retrofit、OkHttp、ButterKnife 等
-
Updated
May 14, 2020 - Java
Some methods have been introduced later. Right now lint doesn't warn for such calls. It warns for AppCompatActivity but not for CompositeActivity. I.e. Activity#isDestroyedI()
The @RequiresApi annotation could be added for such methods. It could be generated by the platform-tools/api/api-versions.xml which is used for lint warnings.
类似微信,网易新闻 延迟加载Fragment基类 , 支持与ViewPager组合刷新全部Fragment
-
Updated
Sep 5, 2017 - Java
Android library for Date and Time Picker in same dialog
-
Updated
Jun 22, 2019 - Java
Android fragment stack controller
-
Updated
May 28, 2020 - Kotlin
A simple and easy to use a single Activity hosting multiple Fragment Library
-
Updated
Apr 24, 2017 - Java
-
Updated
Jul 9, 2019 - Java
android TabLayout widget at bottom like iPhone UITabBar
-
Updated
Apr 4, 2017 - Java
Fragment的封装,启动Fragment只需要调用startFragment(XXFragment.class);
-
Updated
Apr 26, 2017 - Java
FlowR is a wrapper class around the Fragment Manager.
-
Updated
Jun 12, 2018 - Java
App to display and monitor the targetSDK from installed apps.
-
Updated
Apr 27, 2020 - Kotlin
Improve this page
Add a description, image, and links to the fragment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fragment topic, visit your repo's landing page and select "manage topics."


RxTiPresenterUtils.deliverLatestCacheToViewcaches and re-delivers all items emitted by the source.Look at this log output. When the view is detached, several items are emitted by the source, but not delivered. This is correct so far.
After the view is reattached, all of the items are delivered again, including those which had already been delivered (
c9915aa) and those which should