B4agood New Member Jun 8, 2021 #1 Hello everyone, I have a problem getting images in rss reader. Do you have a sample for training?
Erel B4X founder Staff member Licensed User Longtime User Jun 8, 2021 #2 Not enough information to help you. Tip: use OkHttpUtils2 to download images. It is the best option. Upvote 0
B4agood New Member Jun 8, 2021 #3 Hi Erel. I want to take pictures of the news with the text for rss readers. To be displayed by Picasso. I can not work with Regex. How should I communicate between Picasso and Regex. Thank you for your help. Attachments 1623177561692.png 312 bytes · Views: 194 Upvote 0
Hi Erel. I want to take pictures of the news with the text for rss readers. To be displayed by Picasso. I can not work with Regex. How should I communicate between Picasso and Regex. Thank you for your help.
Erel B4X founder Staff member Licensed User Longtime User Jun 9, 2021 #4 1. Don't use Picasso. 2. Parse the RSS with Xml2Map. 3. Download the images. Upvote 0
B4agood New Member Jun 12, 2021 #5 Erel said: 1. Don't use Picasso. 2. Parse the RSS with Xml2Map. 3. Download the images. Click to expand... Tnx Erel Upvote 0
Erel said: 1. Don't use Picasso. 2. Parse the RSS with Xml2Map. 3. Download the images. Click to expand... Tnx Erel