Jaewoong Eum

Results 173 comments of Jaewoong Eum

Hey @gercee, thank you for reporting and suggesting this issue. It's available on version `1.4.7-SNAPSHOT`, and this will be shipped in the next release. Thanks!

This has been released in version `1.4.7`.

Hi, @alejandro-rios ! Sorry for the late reply. Is that meaning you want to use a custom view for the arrow?

Hi, I was thinking about this issue for a few days, but there is no clear way to resolve this issue. Because of the body of the balloon and the...

Making a stroke on a balloon (except the bottom, only oblique sides) is an easy problem. But we should remove the little line against the position of the arrow on...

Hi, @fjr619 You can implement it using the below example codes. ```kotlin class SampleAdapter0(private val delegate: SampleViewHolder.Delegate) : BaseAdapter() { private val section_item = 0 init { addSection(ArrayList()) } fun...

Hi, @fjr619 thanks for your issue. This library providing abstract classes of Adapter and ViewHolder for implementing them in an easy and fast way. This issue is related to UI...

Hey, thank you for reporting this issue. Could you please check if this issue is not happening in version `2.2.3`?

I don't think this issue is related to this library. I recommend building your project after cleaning or updating your Gradle/Compile, Target SDK/AGP versions.

Hi, @PierfrancescoSoffritti ! I've already fixed this issue in my local repository, but I missed push and release a new version because of migrating to maven central. I will let...