improve performance of scrollview in main screen
#39
Closed
marc.nause
wants to merge 5 commits from marc.nause/TinyWeatherForecastGermany:fixjerkylist
into master
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'marc.nause/TinyWeatherForecastGermany:fixjerkylist'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I have done some performance optimizations in order to improve the rendering speed of the ListView in the main screen.
Bitmaps are chached in memory. This speeds up access to the images but uses RAM instead. Since the number of images is relatively small, this tradeoff works well for me.
improve performance of scrollview in main screento WIP: improve performance of scrollview in main screen 3 years agoCached bitmaps will be removed from cache if memory gets low.
WIP: improve performance of scrollview in main screento improve performance of scrollview in main screen 3 years agoGood idea! Let me take a closer look tomorrow, then I will merge. Thanks a lot for helping!
Thanks a lot, the performance gain is really remarkable! However, meanwhile I improved the ForecastBitmap class to display even more information in this bar, so there were conflicts.
I will close and not merge with codeberg, but I applied the whole pull request with a patch-file, this way it was easier for me to keep my changes and to resolve the conflicts :-)
Again, thanks a lot!!!
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Forgejo.