2015/01/14

Spots progress dialog


During development of android application with material desing for my personal purposes, I have implemented some progress dialog with custom progress indicator. I think somebody will like it and want to use in his apps.

So, I decided to extract this dialog into standalone android library and upload it to maven central repository. As always you can find source code at my github and make whatever you want with them.


How it looks like


To be honest I saw this progress indicator at some splash screen (don't remember which soft exactly) and decided to implement something similar.



You can install sample application to check how it works by yourself.


Source code available at GitHub page.