简体   繁体   中英

Fetching multiple Images from a URL

我有一个随机选择的链接,其中包含多个图像,因此如何在我的 Android Studio 中获取这些图像我还没有任何 URL,并在 RecyclerView 中显示这些图像。

You can't achieve this by one single url. You must have all the individual URLs for all the images, and then keep those URLs in a list/arraylist/array and then use Picasso / Glide to load those URLs into your RecyclerView 's ImageView . you can see this link .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM