tags:

views:

372

answers:

2

Hi, i want to use JSR 172 API in android.But supports core java,is it possible to use JSR 172 in android.Please give some code snippets or suggests any web sites to learn about it.

+3  A: 

I believe that JSR 172 is for J2ME (CDC and CLDC) devices and Android is not J2ME so you need to check Android documentation to see if there are similar classes that allow the feature that you are looking for

Ram
A: 

You can move the jsr-172 reference implementation classes over.