AndroidImageSlider icon indicating copy to clipboard operation
AndroidImageSlider copied to clipboard

update picasso libarrary

Open darwish1994 opened this issue 6 years ago • 7 comments

this version of code use an old version of Picasso and if you use a new version you have to change your code to be compatible with library of picasso of daimajia

darwish1994 avatar May 01 '18 07:05 darwish1994

facing the same problem here

mihodihasan avatar Jun 03 '18 07:06 mihodihasan

some one please solve our problem with Piccaso

reza-souri avatar Aug 31 '18 22:08 reza-souri

exactly , some libaries are dependent on higher versions of picasso , so it would be nice if it get fixed

trOnk12 avatar Oct 25 '18 13:10 trOnk12

Same here.

The problem is here: library/src/main/java/com/daimajia/slider/library/SliderTypes/BaseSliderView.java Line 210

Picasso doesn't have anymore .with method "Picasso.with(mContext)" It should be like this instead (without using context param) : "Picasso.get()"

Someone can make a fork and and this library to maven so we can use it with this fix?

burekas7 avatar Jan 09 '19 12:01 burekas7

Same Problem com.daimajia.slider.library.SliderTypes.BaseSliderView: can't find referenced method 'com.squareup.picasso.Picasso with(android.content.Context)' in program class com.squareup.picasso.Picasso Please, make compatible with the latest picasso version.

KhadkaRabindra avatar Mar 26 '19 11:03 KhadkaRabindra

You can check this library https://github.com/OpenSooq/Pluto it has the ability to have full control over your views and layout and not depending on any image library

tamtom avatar May 05 '19 11:05 tamtom

how difficult would it be for one expert to change this line ? Why give up all the work because nobody takes chargein changing this line . I would if i were able to, no need to advise something else,this is not an answer

RelatApp avatar Feb 21 '20 15:02 RelatApp