Category Archives: kotlin
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…
FaceView
Introduction FaceView is a zoom library to face for Android made using Google Vision Library. How to get? Step 1. Add the JitPack repository to your build fileAdd it to your root build.gradle at the end of repositories: allprojects { repositories { … maven { url ‘https://jitpack.io’ } } } Step 2. Add the dependency dependencies…