Category Archives: Crash Handling
ExceptionHandler – Custom UI
Bored seeing default Crash Dialog? You can open custom Activity when your App Crashes where you can report crash to Firebase Crashlytics or any other URL you want. Installation Step 1 Add the JitPack repository to your settings.gradle file Step 2 Add the dependency Usage Create Activity for custom view of Crash. Let’s assume the…