Jose Jimenez

Results 25 comments of Jose Jimenez

@Xenero Hi You say that I can call a single method with Glide implementation, and call this method in the onNext and onPreview? for example: @Override onNext(){ GlideApp .with(myFragment) .load(url)...

@Xenero mmmm I will try... it is not very clear to me yet... Because, how to set the image from glide to the storyview? for example If I receive from...

@Xenero Thanks I understand... I can do it.. thank for the idea. 👍

Hi @ProMadGenius I have some problems with the onPause with this library, I try to fix it but can't... Finally I use another library of segment progress bar to Android,...

@ProMadGenius sure not problem send me a message... [email protected]

Yes, you can show server images with GLIDE

Yes.. What is the snapDistance ? where put this code: if ((snapDistance[0] != -1) && (snapDistance[0] != -2) && (snapDistance[0] != 1) && (snapDistance[0] != 2)){ return snapView; }

with this fix, the method calls two times when I made click on item and not when I scroll if ((snapDistance[0] != -1) && (snapDistance[0] != -2) && (snapDistance[0] !=...

This solution only works when the user scroll on the calendar, but if the user click on item the method notifyCalendarListener call two times because the snapDistance[0] is equal to...

Hi this is my solution, I check if the calendar is on the first position or in the last position, with the method isItemDisabled.. The others solution work in some...