Skip to content

uploadcare/uploadcare-android

Repository files navigation

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