About OpenFL compatibility tester
All this app does is show a single image. You don't need this unless you want to test device for compatibility with OpenFL. Attempts to open and display the default OpenFL logo against a white background.
package;
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.Sprite;
import openfl.Assets;
class Main extends Sprite {
public function new () {
super ();
var bitmap = new Bitmap (Assets.getBitmapData ("assets/openfl.png"));
addChild (bitmap);
bitmap.x = (stage.stageWidth - bitmap.width) / 2;
bitmap.y = (stage.stageHeight - bitmap.height) / 2;
}
}
Download and install
OpenFL compatibility tester version 1.0.0 on your
Android device!
Downloaded 50+ times, content rating: Not rated
Android package:
com.pixelsyntax.openfltest, download OpenFL compatibility tester.apk