For iOS i use MBProgressHUD for show progress indicator and i love it.
For android i use standart progress dialog, but i want to create some beautiful progressbar with spinner like in ios.
I want loading image like this 
If you have any information about it, please answer.
Sorry for my english, is not my native language.
You can do it this way with a ProgressDialog:
Declaration at android developer:
http://developer.android.com/reference/android/app/ProgressDialog.html
And an example:
http://thedevelopersinfo.wordpress.com/2009/10/16/showing-progressdialog-in-android-activity/