In my application I have an account activation form, which gets authenticated via Internet.IN the mean time (after the activate button is click)I wish to show some sort of UI to the user so that he knows that activation is in progress. Please can u share the code with me.
Also how do I create a successful file after the app is activated.Thanks
In my application I have an account activation form, which gets authenticated via Internet.IN
Share
Have a look at : http://developer.android.com/reference/android/os/AsyncTask.html
You can provide your own loading layout while a thread is executing in the background. Very easy to use.