#
fragment
Here are 282 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
android
fragments
navigation
android-library
fragment
fragment-transactions
android-lib
android-navigation
multiple-stacks
tab-switches
-
Updated
Jun 25, 2019 - Kotlin
Add some Depth to your fragments
-
Updated
Oct 1, 2018 - Java
A library managing navigation, nested Fragment, StatusBar, Toolbar for Android
-
Updated
May 25, 2020 - Java
passsy
commented
Nov 2, 2016
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.
Android 程序员需要掌握的技术栈:数据结构算法、程序架构、设计模式、性能优化、插件化、热更新、Kotlin、NDK、Jetpack,以及常用的开源框架源码分析如 Flutter、Router、RxJava、Glide、LeakCanary、Dagger2、Retrofit、OkHttp、ButterKnife 等
kotlin
react-native
rxjava
dagger
retrofit
custom-view
fragment
jetpack
android-architecture
okhttp
butterknife
flutter
android-source
datastructures-algorithms
jni-android
optimized-memory
-
Updated
May 14, 2020 - Java
-
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 22, 2020 - Kotlin
A simple and easy to use a single Activity hosting multiple Fragment Library
-
Updated
Apr 24, 2017 - Java
fragments
adapter
log
dialog
fragment
util
activity
splash
base
viewholder
baseactivity
baseadapter
basefragment
basedialog
base-adapter
base-util
-
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
-
Updated
Jan 15, 2020 - Java
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