Welcome to the Linux Foundation Forum!

Android, Mono framework

My question is not directly about the kernel, but it’s still about the insides of the OS, so I couldn’t find a better place to ask it.

Google's Android, as I understand it, is essentially a java framework on top of linux kernel. And Java is not the only machine independent framework, dot net and mono are similar in purpose. So my question is: has any one tried to put Mono framework on top of linux kernel and to create an OS that is similar to android?

Comments

  • ben
    ben Posts: 134
    Android has Dalvik machine that's basically a JVM (but don't call it JVM due to patents and current legal disputes). Dalvik is a "clean room" implementation of a Java Virtual Machine (no copyright infringement yet) maded by Dan Bornstein (a Google Engineer), heavily optimized for Snapdragon and arm architectures. Even the linux kernel is patched to deeply integrate their environment (time scheduler mainly but even other subsystems) so it's not a "clean linux kernel".
    No .NET ports for it and I don't even think they'd like to port mono to it.
    Android apps are totally different to a common win32/64 .net app, even the workflow is different, every form (let's call it "activity") is an object and may be invoked by every app inside the "machine", there's no "main form" or a real starting point for your app.
    .NET development really differs from the Droid that is more close to iOS (iPad, iPhone, ..) and even Palm (anyone using it yet ?)

    Ben

Categories

Upcoming Training