Assignment 4A: MineSweeper (Version A)

Assingment 4A — Mine Sweeper app version 1 is the first version of an Android app based on the puzzle game "Minesweeper". Version A simply has a collection of TextViews drawn on a GridLayout, forming a 4x4 grid. Each TextView labelled with the character 'X'.

Upon clicking one of the TextViews, the text should change from 'X' to 'DUD'.

This is what the application looks like on startup.


This is what the app looks like after clicking several of the TextViews.


NOTE: The TextBoxes are not displayed at the right size because the emulator was running on an older Android build. Running the app on a newer build than Nexus S will likely fix this.


Assignment Page