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

For weird reasons "sliderView.setImageDrawable" doesn't work for a release buidType. #38

Closed
MakariKevin opened this issue May 6, 2019 · 1 comment

Comments

@MakariKevin
Copy link

setImageDrawable( ) works fine with debug buildType, but displays a blank white view in a release APK.
setImageByte( ) seems to work but UI first freezes for like 4 sec especially when loading it from another activity.
I'm therefore left with setImageUrl( ) as the only option.

@smarteist
Copy link
Owner

setImageDrawable( ) works fine with debug buildType, but displays a blank white view in a release APK.
setImageByte( ) seems to work but UI first freezes for like 4 sec especially when loading it from another activity.
I'm therefore left with setImageUrl( ) as the only option.

Checkout new version , in 1.3.0 you can create a slider adapter like recycler view, it gives you more coding flexibility to load images or adding multiple layouts in sliderview.

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

2 participants