|
lu.fisch.awt While porting standard Java application to Android, I've found that it is quite painfull to recode all the graphic stuff. For that reason I wrote a set of wrapper classes arround the android.graphics.Canvas class offering the same methods as the java.awt Graphics class. The idea is, that only the import lines at the top of a class have to be updated in order to make it work on Android. My code is not yet ready to be published ... please come back later ... |