dotmimsync
1.1.1-beta19indexedAndroid port of a C# library enables synchronization of databases, facilitating seamless integration with HTTP sessions using the OkHttp library.
0
Stars
—
Used by
dependents
—
Health
/ 100
Android port of a C# library enables synchronization of databases, facilitating seamless integration with HTTP sessions using the OkHttp library.
Android (Kotlin) port for Dotmim.Sync C# library. Original library documentation can be found here
To use library in your app add link to JitPack repo
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
and add library dependency to your app build.gradle
dependencies {
implementation 'com.github.vunder:dotmimsync:VERSION'
}
Also it is necessary to add this dependency to make library work correctly with http-session. You can use newer version in case it is available
dependencies {
implementation 'com.squareup.okhttp3:okhttp-urlconnection:5.0.0-alpha.2'
}
General use-cases you can find in original library documentation
Here is a version match table. Left column represent current library, right column - Dotmim.Sync library
| Library version | Dotmim.Sync version |
|---|---|
| 1.0-1.0.2 | 0.9.1 or lower |
Surfaced from shared tags and platforms — no rankings paid for.