pariyatti / mobile-app

The Pariyatti mobile app
https://pariyatti.app/
GNU Affero General Public License v3.0
8 stars 11 forks source link

[gkdhorajiya] Replace ListView with ListView.Builder #21

Closed VarunBarad closed 3 years ago

VarunBarad commented 3 years ago

Currently we are using ListView to render list of widgets but it is better to use ListView.Builder so that only visible widgets are loaded.

VarunBarad commented 3 years ago

Closed by #34