safe-android-fragments
safe-android-fragments copied to clipboard
[DEPRECATED] The goal of this example is to show you a way to prevent the fragment state loss and consequently avoid potential crashes of your app using kotlin extensions and android support library (...
trafficstars
DEPRECATED
Use the official FragmentManager extension to manage fragments: https://developer.android.com/guide/fragments/transactions
safe-android-fragments
The goal of this example is to show you a way to prevent the fragment state loss and consequently avoid potential crashes of your app using kotlin extensions and android support library (version up to 26.0.0).
Check the Medium post for further information:
- https://medium.com/@marc.garcia/kotlin-extensions-to-commit-fragments-safely-de06218a1f4