Re: [android-developers] ANDROID AND JAVA

2012-08-22 Thread Mark Murphy
On Wed, Aug 22, 2012 at 6:14 AM, sanju Redefining Destiny wrote: > hiii...i want to use android gps API in my j2ee project ..is it possible to > do this No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.

[android-developers] ANDROID AND JAVA

2012-08-22 Thread sanju Redefining Destiny
hiii...i want to use android gps API in my j2ee project ..is it possible to do this...if yes how can i do it .. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com T

[android-developers] Android and Java card link

2010-10-21 Thread Javier Fileiv
Hi everybody!! I'm from argentina so, excuse if my english is not too good... I'll do my best! I'm writing to ask you if is there some way to link Android 1.6 and Java Card running on the SIM card. For example, how to send and receive APDU or PDU...whatever! Thanks in advance! Regards -- You

[android-developers] Android and Java Reflection to call a higher API level function/abstract class

2010-07-07 Thread WindowsNT
Hello there. My point is to be able to call a 2.1 API if it exists, while the application should be able to run in 1.5 Specifically, I am making a GPS application which would like to call android.location.LocationManager.addNmeaListener if available. My problem is that this call takes as paramet

[android-developers] Android and Java Security Running Together

2009-02-04 Thread Daniel Janev
Hi Guys, I've just succeeded in changing the security model of the dalvik VM! So I've run an OSGi implementation on the android platform with security. Of course it does not work without some "hacks" for file access and so on. But mainly the java security model works good enough. If anyon