I created a Java application that uses JAI . I searched and found out that we cannot use graphic libraries such as AWTor Swing.
So, can we use any standard Java library in an Android application or are there some limitations? I also noticed that the jar JAI file is not available in my Android application (eclipse).
source
share