-
Notifications
You must be signed in to change notification settings - Fork 831
New issue
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 to show upload & download progress for Images,Videos ? #109
Comments
hi, you found way to upload video ? if yes, can show me how to do it ? |
I am struggling with same problem |
I don't think so. I am using firebase as backend. so I was purposing to change the sequences of operations for uploading & downloading file. I haven't implemented it yet but that was the only way I have found. |
This may be seen as a hack, but this is how I handled it: (I'm also using Firebase) ImageLoader imageLoader = new ImageLoader() {
|
how to show upload download progress or progress bar for the images,videos & other custom content types. I am using default implementation of messageAdapter with some custom content type using messageHolder. So my problem is show progress bar while a video/image file is getting upload on the server. Is there any that can help me with this or do i need to create custom Message Adapter?
The text was updated successfully, but these errors were encountered: