This is a Native Android Mobile Application which was developed as a Vehicle Identifying Game.
Vehicle Identifying Game has following features :
🔸Select correct Car Make from a Dropdown Menu
🔸Guess Car Maker's brand by entering letters
🔸Select correct Car Make out of 3 car images
🔸Enter 3 different Car Make brands and guess
🔸10s of Timer to get things spice a little bit
All the populated images are picked randomly from the image array and remove them once the current acivity over. So player won't get the same car make in future.
.
├── app
│ ├── build
│ ├── build.gradle
│ ├── libs
│ └── src
│ ├── androidTest
│ ├── main
│ │ ├── AndroidManifest.xml
│ │ ├── java
│ │ │ └── com.example.mad_cw
│ │ │ ├── Adapter
| | | | ├── GridViewAnswerAdapter
│ │ │ | └── GridViewSuggestAdapter
│ │ │ ├──Common
| | | | └──Common
│ │ │ ├── AdvancedActivity.java
│ │ │ ├── HintsActivity.java
│ │ │ ├── IdentifyCarImageActivity.java
│ │ │ ├── IdentifyCarMakeActivity.java
│ │ │ └── MainActivity.java
│ │ │
│ │ └── res
│ │ ├── drawable
│ │ ├── layout
│ │ ├── mipmap
│ │ └── values
│ │
│ └── test
├── build.gradle
├── gradle
├── gradle.properties
├── gradlew
├── gradlew.bat
├── local.properties
└── settings.gradle