super.onCreate(icicle);
setContentView(R.layout.notifying_controller);
Button button = (Button) findViewById(R.id.notifyStart);
button.setOnClickListener(mStartListener);
button = (Button) findViewById(R.id.notifyStop);
button.setOnClickListener(mStopListener);