indianpoptart / RadioControl

An app that auto toggles wifi and cell radio for maximum battery life
https://nikhilp.org/radiocontrol
GNU General Public License v3.0
16 stars 7 forks source link

Show progress bar for stats screen #55

Open indianpoptart opened 7 years ago

indianpoptart commented 7 years ago

If the stats file is too big, when clicking stats, the app hangs for a few seconds, then loads the graphs. Instead, do all the loading in an async task, and possibly show a progress bar on each graph(if not show a small splash screen or show progress bar on action bar)

http://stackoverflow.com/questions/8179092/how-to-show-splash-image-while-loading-activity

indianpoptart commented 5 years ago

Working as of v5.0.3-beta8