filestack / filestack-android

Official Android SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
Apache License 2.0
154 stars 90 forks source link

Need for proper library documentation and other issues #179

Open ayz4sci opened 6 years ago

ayz4sci commented 6 years ago
  1. You guys need to properly document this library, I'm having to guess, infer things in your library. What does signature & policy mean?

  2. The UX is poor for file uploads from local providers. After selecting an image or taking a picture, I don't know what to do next.

  3. The Picasso used in the CloudListViewHolder(59) is failing, you should update it to the latest version. This fixed it for me Picasso.get().load(url).into(iconView);