Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.06 KB

QingStor SDK for Android Demo

English | 简体中文

The project is a simple experience and does not cover all APIs.

Click to download the APK file:

The following APIs are mainly used:

  • ListBuckets: MainActivity#listBuckets()BucketListActivity#refresh()
  • PutBucket: BucketListActivity#createBucket(zone, bucketName)
  • ListObjects: ObjectListActivity#listObject(isLoadMore)
  • DeleteObjects: ObjectListActivity#deleteObject()
  • Downloader related APIs:ObjectListActivityDownloadListActivityDownloadListAdapter
  • Uploader related APIs:UploadListActivityUploadDetailActivityUploadListAdapter

JDK 1.8 is used for compilation in the project, and some anonymous inner classes in the project have been converted to lambda expressions (due to QingStor SDK Java's problem, the related anonymous inner classes in Java SDK can not be converted to the lambda).