-
InMobi native can be showed perfectly after inflated the first time. But when change the native ad position, or just call notifyDataSetChange() without any change in original list data. The InMobi nat…
-
Added all dependancyes in build.gradle file. Was following your documentation and added ImageCarousel view element in my layout. After that there is a crash with this log:
```
FATAL EXCEPTION: mai…
-
```
Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'void com.sangcomz.fishbun.adapter.image.ImageAdapter.loadImage(android.widget.ImageView, android.net.Uri)' on …
-
```
I kindly request you to add configuration key to @RequiredArgsConstructor and
@AllArgsConstructor annotations.
lombok.toString.useSetters = [true | false]
If set to true, lombok should use sett…
-
Hi there, Thanks for this great library. I am using **kohii-sample-tiktok** code but also I am using it in two tabs with view pager and FragmentPagerAdapter both tabs have TikTok like videos UI. But t…
-
```
I kindly request you to add configuration key to @RequiredArgsConstructor and
@AllArgsConstructor annotations.
lombok.toString.useSetters = [true | false]
If set to true, lombok should use sett…
-
我觉得横向线性布局在开发中还是一个很常见的需求,VLayout官方不提供这个功能导致要做很多处理,如果处理地不好的话好会导致这部分Adapter不能复用,这对于我这种代码洁癖的人来说还是很苦恼的。
经过再三考虑,我使用了装饰者模式封装了一个横向布局Adapter,外界只需要传入真实的Adapter即可实现横向布局,以下为代码
`
public class VLayoutHorizontalA…
XXQAQ updated
3 years ago
-
Hi
First of all I wanna thank you for this amazing library
Videos that are visible right away and are on the top of the list in a nested recyclerview wont play until you scroll down the list and th…
-
目前源码中BaseQuickAdapter中实现:
abstract class BaseQuickAdapter(
open var items: List = emptyList()
) : RecyclerView.Adapter() {
}
adapter重载onViewRecycled方法时:
override fun onViewRecycled(holder…
-
Hi, we use a custom suggestion adapter as in the example provided.
Everything goes well most of the times, but we got some Cannot be cast to java.lang.String exceptions in production like the followi…