UDJ-Android-Client
UDJ-Android-Client copied to clipboard
Switch Dialog in Auth Activity
The AuthActivity uses a progress dialog. It needs to be switched to a dialog fragment.
This AuthActivity actually breaks on phone rotation. Probably because we're using an AsyncTask and those suck donkey chode. We need to have all the network comm be done on a service instead like all of our other network comm