Join Slack
Powered by
I have a data class, that gives me an attribute as...
# android
i
ivano
08/08/2019, 7:20 AM
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
2
Views
Open in Slack
Previous
Next