filestack-android icon indicating copy to clipboard operation
filestack-android copied to clipboard

Need for proper library documentation and other issues

Open ayz4sci opened this issue 6 years ago • 0 comments

  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);

ayz4sci avatar Jul 31 '18 21:07 ayz4sci