Write an app that has a text view above a horizontal group of three pictures.
The middle picture can be made invisible, or gone, using a context menu.
The text view gives your current opinion of the pictures, one of "like",
"indifferent", or "dislike".
The app's main menu has an submenu with three items
- A reset item to make the middle picture visible again, and set the opinion
to indifferent.
This item must be shown in the title bar if there is room.
- An item allowing you to change your opinion.
- An item to exit the app.
Use best practices for all aspects of the code!
Answer