Hi all, came across this timezone app time.fyi and...
# compose
y
Hi all, came across this timezone app time.fyi and really liked the design of it. My Q: how to create dynamic cards my invoking them on the fly… for example something like this :
k
Are you asking how to implement a single card like this, or how to create a dynamic list where you can add and remove entries at runtime?
y
Looking for examples wherein one could add/delete card dynamically at runtime
c
I think there is a “todo list” codelab from Google for compose. That will cover exactly what you need.
y
thanks for the pointers