Open main menu

CDOT Wiki β

Changes

no edit summary
=== 7. Add Menu to the Application ===
7.1. Open <code>MyAppViewStudentApp</code> class and add menu items inside the constructor.<br/>7.2 Add view, add, edit and delete student options to the menu and set commands to execute:
<pre>
MyScreen _mainScreen = new MyScreen(this);
1
edit