Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 2.17 KB

README.md

File metadata and controls

54 lines (37 loc) · 2.17 KB

Android integration for Uploadcare

build

Uploadcare Android integration handles uploads and further operations with files by wrapping Upload and REST APIs.

Check out demo app.

Features

Library

Supported features:

  • File, group, and project API v0.7.
  • Paginated resource fetching.
  • CDN path builder.
  • File uploading from a file, byte array, URL, and URI.
  • Synchronous and asynchronous operation modes.
  • Concise and easy-to-use library without extra resources and drawables.

Guide/Examples/Docs

File Uploader

Supported features:

  • Upload images, videos & other files from a local disk, camera, social networks, and cloud services.
  • Social network authorization and file selection.
  • Widget appearance customization and styles.
  • Uploadcare Android library for direct Uploadcare APIs access.
  • Material design.

Guide/Examples/Docs

Useful links

Library documentation
File Uploader documentation
Uploadcare documentation
Upload API reference
REST API reference
Changelog
Contributing guide
Security policy
Support

Developer's guide

Pre-requisites

  • Gradle 7.6
  • JDK 11
  • Android SDK 30