https://github.com/realtime-framework/realtimestorage-android
Realtime Cloud Storage Android SDK
https://github.com/realtime-framework/realtimestorage-android
Last synced: about 2 months ago
JSON representation
Realtime Cloud Storage Android SDK
- Host: GitHub
- URL: https://github.com/realtime-framework/realtimestorage-android
- Owner: realtime-framework
- License: mit
- Created: 2015-01-08T19:11:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T09:56:35.000Z (almost 9 years ago)
- Last Synced: 2025-01-31T08:17:10.403Z (4 months ago)
- Language: Java
- Size: 1.21 MB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Realtime Cloud Storage Android SDK
Part of the [The Realtime® Framework](http://framework.realtime.co), the Realtime Cloud Storage Service is a highly-scalable backend-as-a-service powered by Amazon DynamoDB. We've added real-time notifications to keep data synchronized between users of your application.### packagingOptions needed in versions >= 1.2.0
To avoid dependency conflicts with other libraries the following configuration must be added to your project build.gradle file.android {
...
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
}
...
}## API Reference
[http://storage-public.realtime.co/documentation/android/1.0.0/](http://storage-public.realtime.co/documentation/android/1.0.0/)## Authors
Realtime.co