This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Home
Taras Kunyk edited this page May 13, 2015
·
3 revisions
Lemberg Drupal API is a library for native Android applications to communicate with Drupal web servers.
Currently library is using google volley and gson libraries for communication with server and object serialization/deserialization.
Main purpose of this library is to make communication with Drupal 8 - based servers as easy and intuitive as possible.
- Synchronous and asynchronous requests
- Flexible object serialization / deserialization
- API can calculate object differences to perform patch requests
- Simple entities request
- Automated user re-login
- Server connectivity issues notification
- Duplicate request filter, allowing to reject or optimize simultaneous duplicate requests to the server
- Simplified multipart entity submitting to the server
- File fetching from server
- DrupalImageView