This is an Android application for solving a Rubik's cube. Part of a 2013-2014 "Smartphones programming" course in the SPb Center of Robotics of PhML 239
Currently it is able to shuffle cube, solve it automatically and then demonstrate building process.
I use min3d ( http://code.google.com/p/min3d/ ) to work with OpenGL. This library is distributed under terms of MIT License too. I've compiled it into libs/min3d.jar together with its sources to make life easier.