Pavan
Pavan
Can you post your exact requirement pictorially ? Like a reference image or a hand drawn image of what you need. I think we can guide you here.
@KoderKrishanu Have any ideas on how he can achieve this ?
Yes i think the overlap issue might come up when the character length is long. I will try to dig around this issue and try to find a solution. But...
Can you please post an image and relevant code so that we can reproduce it ?
Hi, Sorry for the late reply. Did you try converting your bitmap to drawable and then use it to populate it into the carousel ? Because Carousel takes a drawable...
Hi joan, For now the carousel picker expects a CarouselViewAdapter. CarouselPicker is basically a ViewPager, so you would have to make sure your adapter is a CarouselViewAdapter instead. `List imageItems...
For now the CarouselPicker takes only a text or a drawable or a mixture of both. I'm afraid its not yet ready to take a custom view. This might be...
Did you guys make sure you used `implementation` instead of `compile` in your gradles ? I just updated it now. Please do let me know if that caused the error.
I don't quite understand what you are trying to convey. But to set Pinview you use this : `pin.setValue("1234");`
Hi @imidhuntv Yes this is a known issue. Also mentioned in the documentation. Note : This library cannot be assured to work on 3rd party keyboards (especially when the cursor...