Jelly: Reuse DateFormat instance in HistoryAdapter.
Previously a DateFormat instance was created for each list item in the RecyclerView. This solution creates only one instance per HistoryAdapter and reuses it whenever a list item is being binded. Change-Id: I676c0b54a82bd741b78f2d3d2d6a70f0bcffc2f4
Loading
Please sign in to comment