Skip to content

This is a Native Android Mobile Application which was developed as a Vehicle Identifier Game.

License

Notifications You must be signed in to change notification settings

Dinalii/Vehicle-Identifying-Game

Repository files navigation

Vehicle-Identifying Game

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.

File Structure

.
├── 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

About

This is a Native Android Mobile Application which was developed as a Vehicle Identifier Game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published