Vipul Asri

Results 21 issues of Vipul Asri

`onKeyListener()` extensions will be helpful Ex: ` editText.onkey(KeyEvent.ACTION_DOWN) { //do something } `

Is there a way to make progress circular? Indeterminate as well as Determinate

App crashes when we try to load a new image URL on failure callback: > You can't start or clear loads in RequestListener or Target callbacks. If you're trying to...

Okhttp allows sending non-ASCII characters in headers but retrofit doesn't have the provision to allow them via annotations. This PR request adds the possibility to allow non-ASCII characters via all...

What kind of issue is this? - [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do something, or to...

Is there a way to add a footer to this layout manager as I want to show pagination loading progress at the bottom/last item of the list in the adapter....

Kotlinx supports "@SerialName" for enums. We don't need custom serializers anymore. This approach will output: ``` @Serializable enum class Level(val value: String) { @SerialName("info") Info("info"), @SerialName("warning") Warning("warning"); } ```

Input fields long press back button not working, it only clears a single character/digit at a time.

How to hide the sheet without animation/transformation?

I would request you to please add a documentation/write a blog so that developers can understand and learn from your advance code. It would be really helpful.

help wanted