Category Archives: Android
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…
Firebase Remote Config
It helps to change the behavior and appearance of your app without publishing an app update, at no cost, for unlimited daily active users. What is Firebase Remote Config? Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download an app update….