[LAD] Android Java stack

Olivier Guilyardi list at samalyse.com
Thu Jun 30 11:49:14 UTC 2011


I know very little about this, but turning an Android device into a USB
controller should become possible with the new (Arduino based) Android ADK:

http://developer.android.com/guide/topics/usb/adk.html

Olivier

On 06/30/2011 01:33 PM, Jens M Andreasen wrote:
> (USB) MIDI appears to be missing - or am I looking in the wrong places?
> I would have wanted one of those underpowered tablets that people are
> dumping left and right as a midi-sysex controller
> 
> /j
> 
> [Ctrl-L == Reply-to-List]
> 
> On Thu, 2011-06-30 at 11:53 +0200, Olivier Guilyardi wrote:
>> On 06/30/2011 09:26 AM, Jens M Andreasen wrote:
>>> On a related subject ... What is the Java implementation like on
>>> Android? Is it the "normal" Java as we have it in Linux/OSX/etc or is it
>>> one of those Mobile variants, having its own set of API's?
>> On Android, it's pretty standard. You can rely on most Java SE library
>> primitives. Check this post, it's a bit old, but still informative:
>> http://www.zdnet.com/blog/burnette/java-vs-android-apis/504
>>
>> For all official packages included in the Android SDK, check this:
>> http://developer.android.com/reference/packages.html
>>
>> When building with the SDK, the standard javac from Oracle JDK is used, and then
>> the classes are compiled to dex format, before then can be run on the Dalvik VM.
>> But this is transparent for the developer.
>>
>> --
>>   Olivier
> 
> 
> _______________________________________________
> Linux-audio-dev mailing list
> Linux-audio-dev at lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-dev
> 




More information about the Linux-audio-dev mailing list