Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

picasso loading not showing anything #9

Open
nvasilescu opened this issue Jun 4, 2015 · 2 comments
Open

picasso loading not showing anything #9

nvasilescu opened this issue Jun 4, 2015 · 2 comments

Comments

@nvasilescu
Copy link

If I use a drawable all is fine, image is displayed etc, but using picasso, image is not displayed.

Picasso.With (ApplicationContext).Load (imagePath).Into (mainImageView);

com.refractored.monodroidtoolkit.ScaleImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/pic2"
android:id="@+id/mainImageView"
com.refractored.monodroidtoolkit.ScaleImageView

@jamesmontemagno
Copy link
Owner

Are you able to upload a sample somewhere?

@merravid
Copy link

Just in case someome hits this issue again - I had the same issue when using another image loading library (Glide). The solution for Glide is to use the AsBitmap() option.

If you do not use this option the ScaleImageView.SetImageBitmap() function is not called.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants