Android binding package for Firebase Crashlytics. For more information, follow this description: https://github.com/nventive/Crashlytics.Droid/blob/master/README.md. Forked from https://github.com/azchohfi/Crashlytics.Droid
Android binding package for Aidan Follestad's sectioned-recyclerview. For more information, follow this description: https://github.com/azchohfi/SectionedRecyclerview.Droid/blob/master/README.md
Android binding package for Kaopiz's android-segmented-control. For more information, follow this description: https://github.com/azchohfi/AndroidSegmentedControl.Droid/blob/master/README.md
Android binding package for Fabric.IO's Crashlytics. For more information, follow this description: https://github.com/azchohfi/Crashlytics.Droid/blob/master/README.md
ShimmerLayout can be used to add shimmer effect (like the one used at Facebook or at LinkedIn) to your Android application. Beside memory efficiency even animating a big layout, you can customize the behaviour and look of the animation.
This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also included is a fluent interface for creating drawables and a customizable ColorGenerator.
Xamarin.Android Binding for KotlinX.Coroutines.Core.Common (kotlinx-coroutines-core-common). Note: This is an "EmbeddedReferenceJar". It will not generate any Android Callable Wrappers (ACW) and C# API.
Xamarin.Android binding for KotlinX Coroutines Android (kotlinx-coroutines-android).
Note: This is an "EmbeddedReferenceJar". It will not generate any Android Callable Wrappers (ACW) and C# API.
ORM for SQLite with data encryption.
Supported Xamarin platforms:
- Android
- iOS
1. Just add [CryptoTable("TableName")] attribute to your class definition (Table) and [Encrypted] attribute to properties in your class that you want to be stored in a database file in encrypted...
More information