Posts by Paulo Cezar Schnobli • 31 points
1 post
-
3
votes0
answers57
viewsQ: How can I save images through url before displaying them using Fresco?
I loop the list with the images as follows: for( Produto p : listProd){ String error = ""; cont++; try{ // salvando dados no db produtoRepository.insertProduto(p); // salvar imagem p.getImg();…