balance-io / balance-wallet

A mobile wallet for dapps & tokens.
https://balance.io
GNU General Public License v3.0
94 stars 38 forks source link

Rewrite profile screen #449

Open osdnk opened 5 years ago

osdnk commented 5 years ago

Motivation

Since data displayed in this list might consist of great number of records which could "normal" virtualized list might implies troubles in performance. This is a similar case as for transactions list

Changes

Decided to use RecyclerListView for the best performance. Because it's a bit low-level implementation, list component is not so generic.