Giter VIP home page Giter VIP logo

Comments (4)

gjiazhe avatar gjiazhe commented on July 19, 2024

It works well with Picasso and Glide.

from scrollparallaximageview.

amanzan avatar amanzan commented on July 19, 2024

Care to share an example? I tried with both Picasso and Glide and it does not work...

from scrollparallaximageview.

amanzan avatar amanzan commented on July 19, 2024

I tried:
Glide.with(VerticalSampleActivity.this).load("https://placeimg.com/640/480/any").into(holder.iv);
And it does not even display anything.
Also:
Glide.with(getApplicationContext()).load("https://placeimg.com/640/480/any") .asBitmap() .into(new SimpleTarget<Bitmap>() { @Override public void onResourceReady(Bitmap resource, GlideAnimation glideAnimation) { holder.iv.setImageBitmap(resource); // Possibly runOnUiThread() } });
And it displays the sample image that is set in the xml, not the one I'm trying to display

from scrollparallaximageview.

oooo7777777 avatar oooo7777777 commented on July 19, 2024

我试过了: Glide.with(VerticalSampleActivity.this).load("https://placeimg.com/640/480/any").into(holder.iv); 它甚至不显示任何东西。 另外: Glide.with(getApplicationContext()).load("https://placeimg.com/640/480/any") .asBitmap() .into(new SimpleTarget<Bitmap>() { @Override public void onResourceReady(Bitmap resource, GlideAnimation glideAnimation) { holder.iv.setImageBitmap(resource); // Possibly runOnUiThread() } }); 它显示在 xml 中设置的示例图像,而不是我要显示的图像

Hello, I also encountered the same problem, do you have a solution?

from scrollparallaximageview.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.