I have to develop an android app for to identifying currency notes.I'm thinking on usingjava 2D API to identify the images of currency notes.But can we use that API on android ???Is there any limitations of using such API's in mobile phones???
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2329
posted
0
AWT and Swing are not supported on Android. Check out the android.graphics package instead.
dasun sam
Greenhorn
Joined: Sep 01, 2010
Posts: 13
posted
0
thanks tim!!!
subject: image processing using java 2D api(for android)