Skip to content

Commit

Permalink
-refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaydashrath committed Jul 12, 2012
1 parent ab536dc commit e6ea3f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
import android.app.Application;

public class NovoCompass extends Application {



public static final String PACKAGE_NAME = "com.novoda.example.compass";
public static final String LOCATION_UPDATE_ACTION = "com.com.novoda.example.compas.ACTION_FRESH_LOCATION";
private Locator locator;

@Override
public void onCreate() {
super.onCreate();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ public class BasicSensorActivity extends SherlockFragmentActivity implements Sen
@Override
public void onAccuracyChanged(Sensor sensor, int accuracy) {
// TODO Auto-generated method stub

}

@Override
public void onSensorChanged(SensorEvent event) {
// TODO Auto-generated method stub

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ public boolean onCreateOptionsMenu(Menu menu) {
return true;
}


}

0 comments on commit e6ea3f2

Please sign in to comment.