Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 1.91 KB

README.md

File metadata and controls

69 lines (51 loc) · 1.91 KB

QuickCharades

Javadoc Documentation : Documentation

Click this picture below to go to the Demo of the app ScreenShot

Project is build on:

  • Android Studio
  • Graddle build
Min SDK    : API Level 8 : Android 2.2 (Froyo)
Target SDL : API Level 21: Android L

Required Packages:

## Android Base Package Required (Use Latest Version):
- Android SDK Tools
- Android SDK Platform-tools
- Android SDK Build-tools

### Android 5.0 (Api 21):
- Documentation
- SDK Platform
- Sources for Android SDK
- System Image (Choose one,  size)

### Extra:
- Android Support Repository
- Android Support Library

Notes on Commit

  • Only commit .xml, .java, all other project files
  • Don't include Graddle files

Notes on setting up

  • After costumizing your AVD, always Clean your project before running the app and avd, else lots of bugs.

TODO

  • Implement Functinal Option Button
  • Implement How to play
  • Implement Friends List
  • Implement Leaderboards
  • Need high resolution grahpics and sprite
  • In-Game: Implement Dynamic texboxes (ViewGroup)
  • In-Game: Implement Timer
  • Loading player info in the menu via files/database
  • Loading questions in Game via files/database
  • Updating player info in the Results via files/database
  • Fully connect Setup -> Game -> Result -> Game
  • Create a Tutorial for HowTo
  • Make the Settings Functional
  • Make the interface scale with screen size

Some Links