Alberto

Results 17 comments of Alberto

I will answer myself in case it's useful for anybody else. You keep a copy of the builder and use SimpleTarget: ``` Glide.with(context) .load(url) .asBitmap() .fitCenter() .into(new SimpleTarget() { @Override...

Is the scrolling enabled in 2.1.1, or when will it be included?

Thanks for this library, it's the only one that really mimics iOS effect. It would be great to have it for ScrollView :)

I tried with adapters and I see no animations at all using GridLayoutManager

That is not true, of course hardware can play more than one video at the same time :) I'll try to take a look at the code to see if...

+1. Any workaround for having a thumbnail? I tried to set the background to the parent FrameLayout, but it does nothing

Actually, here is a gif. I clicked on the 4th item, then tried to fling from top to down. The blue car item should have been expanded down and then...

I know your other library :) actually I was using it before this one, but I prefer this approach since I had a hard time implementing the "click-to-expand" in your...

I don't know if it's the best way to do it, but I created a pull request that fixes the issue. Check it out and feel free to merge it...

Shadow support would be fantastic :D