We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can i use ?
The text was updated successfully, but these errors were encountered:
Can you explain more what you want to do?
http://frescolib.org/docs/listening-download-events.html shows how to listen to download events.
Sorry, something went wrong.
If you want to display the download progress, you should set some progress bar drawable to the hierarchy. See example usage: https://github.com/facebook/fresco/blob/53e1317d47e0e33d9927740ad4974cc479d8cc2a/sample/src/main/java/com/facebook/fresco/sample/adapters/FrescoAdapter.java
And example implementation of a progress bar drawable (onLevelChange is the important method): https://github.com/facebook/fresco/blob/53e1317d47e0e33d9927740ad4974cc479d8cc2a/drawee/src/main/java/com/facebook/drawee/drawable/ProgressBarDrawable.java
No branches or pull requests
how can i use ?
The text was updated successfully, but these errors were encountered: