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

AndoidX support? #95

Closed
naveen-nuveda opened this issue Sep 27, 2019 · 1 comment
Closed

AndoidX support? #95

naveen-nuveda opened this issue Sep 27, 2019 · 1 comment

Comments

@naveen-nuveda
Copy link

Will it supports AndroidX support?

I tried to add to my project, But ImageView itself not showing. I think this is not supported by AndroidX. because my project is in androidx support

@naveen-nuveda
Copy link
Author

It won't work directly in the OnCreate method. Then I tried after applying delayed

Handler().postDelayed({
          Blurry.with(this)
                  .radius(15)
                  .sampling(1)
                  .color(Color.argb(70, 0, 255, 255))
                  .async()
                  .capture(findViewById(R.id.fullImage))
                  .into(findViewById(R.id.fullImage))
      }, 500)

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

1 participant