1
edit
Changes
no edit summary
=== 74. Add Menu to the Application ===74.1. Open <code>ViewStudentApp</code> class and add menu items inside the constructor.<br/>74.2 Add add, edit and delete student options to the menu and set commands to execute:
<pre>
MyScreen _mainScreen = new MyScreen(this);
pushScreen(_mainScreen);
</pre>
<pre>
}
</pre>
[[Image: BB_Menu.png | 300px]]<br/>
[[Image: BB_Menu2.png | 300px]]