Added a progress circle to the mapfragment

the progress circle will be used to indicate that there is work being
done in the background

Change-Id: Id2929f5be68fce0d223e18d8dd07babfcdb37a34
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-08 09:59:32 -05:00
parent c4a4938e2b
commit 9e244ee772
13 changed files with 129 additions and 137 deletions

View File

@@ -235,19 +235,25 @@ public class SkyHookService extends Service implements GeoPointLocationListener,
@Override
public void done() {
// TODO Auto-generated method stub
// unused
}
@Override
public WPSContinuation handleError(WPSReturnCode arg0) {
// TODO Auto-generated method stub
// unused
return null;
}
@Override
public void handleSuccess() {
// TODO Auto-generated method stub
// unused
}
@Override
public void onFirstFix(boolean isFistFix) {
// unused
}
}