D devmobile Active Member Licensed User Aug 8, 2017 #1 I use picasso for download image It is working good But when i use skip cache,it again load images that downloaded aleady Today i sent many topics
I use picasso for download image It is working good But when i use skip cache,it again load images that downloaded aleady Today i sent many topics
Erel B4X founder Staff member Licensed User Longtime User Aug 8, 2017 #2 I don't see any reason to use Picasso. Use ImageDownloader. It is simple and will allow you to manage the cache yourself. Upvote 0
I don't see any reason to use Picasso. Use ImageDownloader. It is simple and will allow you to manage the cache yourself.
D devmobile Active Member Licensed User Aug 8, 2017 #3 It have :CenterCrop,Resize and all method that if i use ImageDownloader,this module dont have this methods Please guide this problem Upvote 0
It have :CenterCrop,Resize and all method that if i use ImageDownloader,this module dont have this methods Please guide this problem
Erel B4X founder Staff member Licensed User Longtime User Aug 8, 2017 #4 The next version of B4A will include new bitmap methods (resize, rotate and crop). Upvote 0
D devmobile Active Member Licensed User Aug 8, 2017 #5 Oh my god it is very good But i cannot wait to next version Do you can offer other way? Example clear picasso cashe data from folder,maybe? Upvote 0
Oh my god it is very good But i cannot wait to next version Do you can offer other way? Example clear picasso cashe data from folder,maybe?
Erel B4X founder Staff member Licensed User Longtime User Aug 8, 2017 #6 devmobile said: Example clear picasso cashe data from folder,maybe? Click to expand... I'm not familiar with picasso API. I'm sure that you can find many methods to crop or resize a bitmap. Upvote 0
devmobile said: Example clear picasso cashe data from folder,maybe? Click to expand... I'm not familiar with picasso API. I'm sure that you can find many methods to crop or resize a bitmap.