I just start to develop for windows phone.
I wand to convert my apps from android to windows phone.
For one of the apps I need to use java library (jar).
My question is how can I use this jar in the windows phone app?
I try to convert this jar to dll but I can’t add this dll because is not a windows phone dll.
Thanks.
Your only option is to make the application use a webservice, you then have to build the webservice using java.