Android Open Source - Game course FreeFlow






Project Summary

An implementation of the game Free Flow. This is a project in the Android app development course at Reykjav?k University..

Web Site / Source Repository

FreeFlow is hosted in the following web site
https://github.com/arnorymir/FreeFlow

If you think the Android project FreeFlow listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of FreeFlow.

ItemValue
Java File Count24
Target SDK Version20
Minimum SDK Version11
Activity Count7
Fragment Count5
jar files usedeasyandroidanimationslibrary-v0.5.jar
Required Permissionsandroid.permission.VIBRATE
Asset File Namesassets\packs\mania.xml
assets\packs\packs.xml
assets\packs\regular.xml
Raw File Namesres\raw\battle010.wav
res\raw\click.wav
res\raw\connect.wav
res\raw\next.mp3




Java Source Files

FreeFlow has the following Java source files.

com.example.flowflow.freeflow.ApplicationTest.java
com.example.flowflow.freeflow.Board.java
com.example.flowflow.freeflow.ButtonAdapter.java
com.example.flowflow.freeflow.CellPath.java
com.example.flowflow.freeflow.Coordinate.java
com.example.flowflow.freeflow.DbHelper.java
com.example.flowflow.freeflow.Dot.java
com.example.flowflow.freeflow.Fragment5x5.java
com.example.flowflow.freeflow.Fragment6x6.java
com.example.flowflow.freeflow.Fragment7x7.java
com.example.flowflow.freeflow.Game.java
com.example.flowflow.freeflow.GridPickerActivity.java
com.example.flowflow.freeflow.HighScoresActivity.java
com.example.flowflow.freeflow.MenuActivity.java
com.example.flowflow.freeflow.Pack.java
com.example.flowflow.freeflow.PlayActivity.java
com.example.flowflow.freeflow.Puzzle.java
com.example.flowflow.freeflow.PuzzleRepo.java
com.example.flowflow.freeflow.PuzzlesAdapter.java
com.example.flowflow.freeflow.SettingsActivity.java
com.example.flowflow.freeflow.SoundEffects.java
com.example.flowflow.freeflow.TabPagerAdapter.java
com.example.flowflow.freeflow.TimeTrialActivity.java
com.example.flowflow.freeflow.TimeTrialPickerActivity.java