Leverage Android API in Desktop Applications

1

Can I take advantage of the codes of an API made for Android and use it in a java desktop application? PS: I do not handle anything from Java, I'm willing to learn. I only know Delphi and C ++ ... In delphi for example, I can take advantage of the mobile code and use it on the desktop and vice versa.

    
asked by anonymous 25.07.2014 / 15:57

1 answer

1

In my understanding, the Sony Android Camera API is specific to Android (this is not specific to Sony platforms, ie hardware combinations and Sony's Android version). It expects the operating system to provide resources such as intents, etc. specific features of Android that the desktop platform can not provide. If it was an Android for PC (x86 architecture), that might work, but then we are talking about not running Windows or Linux.

    
25.07.2014 / 16:36