Android Open Source - Image puzzle Puzzler






Project Summary

Simple Android puzzle app that takes images and converts them to jigsaw and rubik cube puzzles.

Web Site / Source Repository

Puzzler is hosted in the following web site
https://github.com/stanKariuki/Puzzler

If you think the Android project Puzzler 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 Puzzler.

ItemValue
Java File Count16
Supported screen sizes[hdpi]
Target SDK Version18
Minimum SDK Version7
Activity Count5
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.CAMERA
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

Puzzler has the following Java source files.

puzzler.app.imageEdit.EditImageUI.java
puzzler.app.imageEdit.ImageEditorHelpers.java
puzzler.app.imageRetreive.CaptureImageUI.java
puzzler.app.imageRetreive.Image.java
puzzler.app.picpuzzle.MainActivity.java
puzzler.app.puzzleGenerator.JigSawPuzzle.java
puzzler.app.puzzleGenerator.PuzzleGeneratorUI.java
puzzler.app.puzzleGenerator.PuzzleSetting.java
puzzler.app.puzzleGenerator.PuzzleSlice.java
puzzler.app.puzzleGenerator.RubikCubePuzzle.java
puzzler.app.puzzleGenerator.States.java
puzzler.app.solver.Fail.java
puzzler.app.solver.SolverUI.java
puzzler.app.solver.Success.java
puzzler.app.solver.gamer.JigSawGame.java