• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. M

    Apps Java Graphics2d to android port

    I have a Java app, which also runs as an applet. The UI side is very simple, it is just a single JPanel. However, the program paints some quite complex graphics (it is a viewer for specialised visualisation). This is done using the standard awt Graphics2d. Is Graphics2D supported on Android...