Menus and Messages
/>
</TableRow>
Then, we need to modify the LunchList activity itself, by:
- Adding another data member for the notes EditText widget defined
above
- Find our notes EditText widget as part of onCreate(), like we do with
other EditText widgets
- Save our notes to our restaurant in onSave
- Restore our notes to the EditText in onListClick
At this point, you can recompile and reinstall the application to see your
notes field in action:
Figure 15. The notes field in the details form