-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Download multiple images and store in storage #827
Comments
Dupe of #506. |
Hello my friend public class MainActivity extends AppCompatActivity {
|
its loading single bitmap in all the files :( |
@Barakahamad1 here you have named the file one and two, can we get the name there from url . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm going to download images from the internet and save them in storage at the same time.
I know that I can save one image through calling Target class.
I use below code to download my images, but it just downloads one image.
Any suggestion would be appreciated ...
The text was updated successfully, but these errors were encountered: