Questions tagged [android-asynclayoutinflater]
3 questions
2
votes
0 answers
Set up recyclerView height when loading items asynchronously
I have a recyclerView
and I load items asynchronously using…

Rainmaker
- 10,294
- 9
- 54
- 89
1
vote
0 answers
AsyncLayoutInflater does not work with ImageView
I am trying to use AsyncLayoutInflater for inflating my activity. Everything works fine, except one thing, all ImageViews are not rendered from the beginning. At some point I discovered, that if I replace ImageView with AppCompatImageView it works,…

Nick Titov
- 588
- 5
- 19
0
votes
0 answers
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/asynclayoutinflater/view/AsyncLayoutInflater; android studio
This error is thrown when I try to run my automotive application in android studio.
It also gives the following error:
Caused by: java.lang.ClassNotFoundException: Didn't find class
"androidx.asynclayoutinflater.view.AsyncLayoutInflater" on…

T B
- 191
- 4
- 22