https://kotlinlang.org logo
r

robinchew

10/30/2018, 4:49 PM
Hi I currently have a list view with rows that each represent a product and quantity. It's used as a dashboard where the quantity changes in real time. I am just wondering what sort of material design/animation is recommended to signify those changes. Slack Conversation
s

stephan_marshay

10/30/2018, 4:51 PM
Not kotlin related https://material.io/
r

robinchew

10/30/2018, 4:52 PM
unfortunately that site mostly tells you what to do, but not how to do it programmatically
I wonder if
TransitionManager
should be what I should be looking at