Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we use almost all standard Java packages in an android application?

Tags:

java

android

I had created a Java application, which uses JAI .I searched and found out we cannot use graphical libraries such as AWT or Swing.

So, can we use any standard Java library in an android application or there are some restrictions? Also I observed JAI's jar file is unavailable in my android application (eclipse).

like image 451
joey rohan Avatar asked Mar 20 '23 12:03

joey rohan


1 Answers

For a list of Java packages available on Android, consult the Android API: http://developer.android.com/reference/packages.html

like image 78
Kevin Workman Avatar answered Apr 06 '23 21:04

Kevin Workman