How do you achieve nested ordering? i.e When you h...
# android
j
How do you achieve nested ordering? i.e When you have a data class eg.
Chat
which holds another class with a list of
Message
can you order a list of chats with a variable in message like
createdAt
d
Yes you can. Ask in #stdlib