divergentdave / Transparensbee

An Android-based Certificate Transparency pollinator
1 stars 0 forks source link

Switch from ListView to RecyclerView #21

Open divergentdave opened 7 years ago

divergentdave commented 7 years ago

Current documentation recommends RecyclerView over ListView. I'm hoping that approach will have better performance and cleaner code, with less index math.