Skip to content

Latest commit

 

History

History
77 lines (58 loc) · 1.82 KB

README.md

File metadata and controls

77 lines (58 loc) · 1.82 KB
logo

Team8-FlipGame Android Project

Table of Contents

Background

This is an Android card flipping memory game application,finished in 4 days by SA50 Team 8 after 6-day course.

Platform

We use Android studio and test via emulator API 28.

Contributors

Made with contributors-img.

Structure

Activities:

  • VideoSplash (launcher)
  • Home (menu)
  • imagePicking
  • game
  • leaderboard
  • credits

Service

  • DBService for score (SQLite)
  • BGMusicService (impl. binder & connected with all the actvities around)

Models

  • image
  • score

Adaptors

  • imageAdaptor
  • scoreAdaptor

Media & Animation

  • color filter for imagePicking
  • filpview for game and music setting icon
  • video play as welcoming page
  • gif image in menu

Lifecylces & intents

  • email implicit intent
  • intent with flags for Game activity
  • finish() OnCreate OnResume OnPause OnStop etc.

Other techiques

  • Notification
  • Toast Messages
  • Thread & UniThread

External Libraries

  • EasyFlipView
  • gifDrawable

License

Team Contribution