Closed
Description
@samtstern I started compiling some of my projects for O and I noticed that ProgressDialog
is deprecated. Ouch. It makes sense because having a whole dialog just for loading is a bit jarring and I can see how the UX would be improved by having loading spinners integrated directly into the views. However, this is going to be a very painful transition for us since we use the ProgressDialog
for everything async. 😕 Could you get some designers to take a look at our loading spinners and figure out where we should put them? I was thinking directly into the button the user presses, but I have no clue. 😄