JeremyPP / Android.me-APP

Android app development for ndroidme.com
0 stars 1 forks source link

Change the default loader when opening the app #20

Closed JeremyPP closed 10 years ago

JeremyPP commented 10 years ago

https://github.com/jpardogo/GoogleProgressBar

MohHeader commented 10 years ago

@JeremyPP , Done.

JeremyPP commented 10 years ago

@MohHeader I was not able to successfully test the app because it seem to be errors, so I can't compile the apk.

MohHeader commented 10 years ago

Aha, I forget to say :

import /App/GoogleProgressBar to eclipse as Library,

Then Clean The Project, That should fix it, if didn't I will send more detailed steps.

JeremyPP commented 10 years ago

@MohHeader I think I got it after all. Sorry...

MohHeader commented 10 years ago

After you add GoogleProgressBar, Right Click on it ( in Eclipse ) -> Properties goo

& check that is Library is checked,also that one of Project Build target is selected,

The same goes to Our Application : is Library is not checked but the other is added.

main

JeremyPP commented 10 years ago

@MohHeader Whoo, great tutorial! :) Sorry about that. It's working fine here. Thank you