I have a java application (that I’m wanting to bring over to Android) that relies heavily on java.awt and I’m wondering what some alternatives could be to the following:
- java.awt.BasicStroke
- java.awt.Cursor
- java.awt.Graphics
- java.awt.Graphics2D
- java.awt.geom.Line2D
- java.awt.geom.Rectangle2D
Are there Android equivalents for some of these? I am very new to Android development and wanted to know what to expect. All comments and suggestions are welcome
Take a look at the graphics package