finnmglas / Launcher

:rocket: A distraction-free minimal homescreen for Android.
https://play.google.com/store/apps/details?id=com.finnmglas.launcher
MIT License
150 stars 40 forks source link

Slow loading time of `ListActivity` #59

Closed finnmglas closed 4 years ago

finnmglas commented 4 years ago

Issue:

The ListActivity - more precisely the AppsRecyclerAdapter (which is contained in the ListActivity) has an incredibly long loading time. After loading it once, it is a little faster - but after a while it loads painfully slow again.

Reason:

When loading, the RecyclerAdapter first has to get a list of all installed apps.

Possible Countermeasures:

  1. Preloading / caching the recyclerAdapter.
  2. Displaying the recyclerView while the adapter loads - the user won't notice that as the first apps will load immediately and others are appended later.

Related Threads: