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

Images not loaded on ZoomableView. #54

Open
derrysd opened this issue May 16, 2016 · 3 comments
Open

Images not loaded on ZoomableView. #54

derrysd opened this issue May 16, 2016 · 3 comments
Labels

Comments

@derrysd
Copy link

derrysd commented May 16, 2016

Hello jjhesk,
Thank you for this great library.
But I have an issue like i have mentioned in the title, it is working fine when I am using TextSliderView.

And I have a question: where is the location of the saved picture on long click?

@jjhesk
Copy link
Owner

jjhesk commented May 25, 2016

with this feature you will need to implement it yourself. as of now, the default long will contribute to save image. This method is located on the very bottom of the abstract class. You can click thru it on android studio. I think it should have a better options for developers to choose their own but this is open for discussion. @orpnoch

@derrysd
Copy link
Author

derrysd commented May 25, 2016

The zoomableview not loading images if it comes from drawable, but loaded if it comes from assets.

@jjhesk
Copy link
Owner

jjhesk commented Oct 25, 2016

i recommend using glide or picasso to fetch the data into your zoomableview.

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

No branches or pull requests

2 participants