Sunday, 18 August 2013

Loading animation in pref screen android

Loading animation in pref screen android

I have a wallpaper in which I am changing the values of different prefs
according to user's choice. At one time, I change about 10 different pref
and then draw on canvas. This kind of becomes laggy. I want to be able to
create a loading animation or screen so the user doesnt see the lag and
only sees the finished thing. I was originally gonna use this: Using the
"animated circle" in an ImageView while loading stuff
, but it seems like I cant use "findViewByID" in a wallpaperService. Any
suggestions?

No comments:

Post a Comment