-
### 复现步骤 / Step to reproduce
1.make sure you are in gallery list page
2.if run on emulator, keep press ```down``` on keyboard, until the focus is on bottom items.
### 预期行为 / Expected behaviou…
-
Create a XML layout for recycler view items for available slots in the [home activity](https://www.figma.com/file/Kjmx7bRYRvUiwUPY2CCpW2/busifyAndroid?type=design&node-id=0-1&t=tbTtmCJZTa0KNzop-0).
…
-
![Screenshot_20221129-185227](https://user-images.githubusercontent.com/50195844/204510682-52443014-f12a-449c-8631-3119ac453ce4.jpg)
is this a bug??
-
We have a situation in our business like below.
There is a long list in our page body . And then we have a
column button which we can use it to change to single column or double column .
When we t…
-
When I click on upper left image icon so my card can move to left for a second and come , I get following error in my code.
Its in ImageAdapter and the xml file is item_image.xml
`Process: com…
-
This is related to
https://github.com/google/ExoPlayer/issues/8843
I create an exo player instance like this.
```
val playerThread = HandlerThread("video player thread")
playerThread.start(…
-
I have been trying to use DiffUtils with my expandable adapter and it is almost working perfectly.
I am running into a (hopefully!) final problem where if multiple actions occur in the list that hav…
-
Hi! I followed your implementation of a custom ItemAnimator on my project. There are occurrences when a Lottie animation can randomly play on some list items with no likes, especially when animations …
-
When Album view is open, and an audio file for a song in that album is deleted from the device, the RecyclerView does not refresh accordingly. It removes multiple songs instead of just one. The Recycl…
-
我在item中SVGAImageView的布局:
结果发现上下滑动由于复用的问题部分item的SVGAImageView不播放了,即使我在适配器中的onbindviewhold方法中调用了SVGAImageView.startAnimation方法,还是不播放,我看源码发现解析自定义属性时只要设置了source属性就会new一个thread并且start,这样的话在recyclervie…