Fragmentation is a powerful library managing Fragment for Android. It is designed for "Single Activity + Multi-Fragments" and "Multi-FragmentActivities + Multi-Fragments" architecture to simplify development processes. Develop complicated nested fragment apps rapidly. Use fragment's stack view dialog to debug easily. Add launch mode, startForResult etc. to provide similar behavior of Activity. Add onBackPressedSupport() method to support back button press monitoring in Fragment. Add onSupportVisible(), onLazyInitView() to simplify dev. Easily manage Fragment transition animations. Simplify the communication between Fragment(EventBusActivityScope module). Added a queue mechanism to completely solve the Fragment multi-touch and extreme transaction problems, and improve stability (at the same time, a new post(Runnable)method is added to allow your custom tasks to be queued).
Features
- Develop complicated nested fragment apps rapidly
- Use fragment's stack view dialog to debug easily
- Add launch mode, startForResult etc. to provide similar behavior of Activity
- Add onBackPressedSupport() method to support back button press monitoring in Fragment
- Add onSupportVisible(), onLazyInitView() to simplify dev
- Easily manage Fragment transition animations