I have a data class, that gives me an attribute as...
# android
i
I have a data class, that gives me an attribute as String, and I need in the ViewModel to order this Observable<List<Entry>> sorting the item as
Date
so inside the Entry I implement Comparable<Entry> and this
compareTo
method