What is difference between `Transformations.map` a...
# announcements
j
What is difference between
Transformations.map
and
Livedata.map
? Which one is better ? And what is usecase for it?
a
I think the 2nd is just from the livedata-ktx library, go to the declaration for it and its just calling Transformations.map. Its better because its a shorter way of doing the same thing.
j
Sure! Thank bro