<ViewModel, LiveData and Transformations.map> New ...
# stackoverflow
u
ViewModel, LiveData and Transformations.map New to Kotlin and Android development and related and I’m not certain what to do to apply some business logic and convert a value. I have a List of a class and I’d like to modify one of the values in the class while leaving everything else in the class unharmed. Once I get to the view model, I’m not certain of how to access the time value in my class to modify it. I’d appreciate if someone would point me in the right direction. Entity and Dao import org.threeten.bp.Instant data...