Hey @EyalBira, thank you for creating loading-dots, this lib is awesome 🎉
@MilanVucic and I work with a company called CometChat creating tutorials. We are collaborating on a Kotlin tutorial called "Adding animated typing indicators to your Kotlin chat app" (exact title TBD) and we used loading-dots for the typing indicators!
Here's a snippet:
typingLayout is just a piece of the layout that contains the TextView for showing the people who are typing as well as this neat “3 dots jumping up and down” animation, for which I used this awesome 3rd party library. You can create your own too, but it’s just easier to use this one. If nobody is typing, the layout hides, and if people are typing, we simply format the message to resemble that state :

When we publish the tutorial in the coming days, is there any chance we can add a link to the README as a real-world (ish) example of loading-dots?
Hey @EyalBira, thank you for creating loading-dots, this lib is awesome 🎉
@MilanVucic and I work with a company called CometChat creating tutorials. We are collaborating on a Kotlin tutorial called "Adding animated typing indicators to your Kotlin chat app" (exact title TBD) and we used loading-dots for the typing indicators!
Here's a snippet:
When we publish the tutorial in the coming days, is there any chance we can add a link to the README as a real-world (ish) example of loading-dots?