Alekxei7151
- 23,679 total downloads
- last updated 8/23/2019
- Latest version: 3.0.2
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
- 5,504 total downloads
- last updated 1/31/2020
- Latest version: 1.0.3
In order to use it just do the following:
iOS:
JailBrakeChecker.IsJailBroken();
Android:
RootChecker.IsRooted();
- 2,227 total downloads
- last updated 3/11/2017
- Latest version: 1.0.2
Simple and lightweight dependency injection container.
Supported Xamarin platforms:
-Android
-iOS
-Windows Phone
-Windows
- 1,044 total downloads
- last updated 1/8/2017
- Latest version: 1.0.0
Supported Xamarin platforms:
- Android
- iOS
1. Install DependencyResolver to PCL project, that contains platform depended interface TService.
2. Install DependencyResolver to Android/iOS projects.
3. Add DependencyAttribute to platform specific implementation of...
More information