sleistikow / Spherical

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

Display progress indicator when loading an image #9

Closed vanitasvitae closed 7 years ago

vanitasvitae commented 7 years ago

Currently the app just displays a white screen. It would be nice to have a loading animation/progressbar instead.

sleistikow commented 7 years ago

As mentioned earlier, implementing a (percentage) progress bar is impossible (See #13). Instead, a loading animation should work just fine.

vanitasvitae commented 7 years ago

Yeah, thats basically what I meant. Both loading circles and percentage bars are represented by the ProgressBar class in Android :)

vanitasvitae commented 7 years ago

Implemented