sleistikow / Spherical

A simple FLOSS spherical image viewer for Android.
GNU General Public License v3.0
1 stars 1 forks source link

Don't do heavy lifting on the main thread #10

Closed vanitasvitae closed 7 years ago

vanitasvitae commented 7 years ago

This causes the device to skip many frames. I'd suggest to do the image loading/parsing in an AsyncTask instead.