/safe-android-fragments

[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 (version up to 26.0.0).

Primary LanguageKotlin

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: