Oracle vs. Google and what happens to Android

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Oracle vs. Google and what happens to Android

722 Views
bbrv2
Contributor I
There are plenty of hard working people toiling away with Android on i.mx platforms. It should be said, and particularly here, that this may not just be an engineering exercise.  The nature of the Oracle vs. Google lawsuit for nearly any possible conclusion requires that we consider the long-term future of Java on Android. Alternatives need to be discussed and investments of time and resources thought through accordingly.
Tags (1)
0 Kudos
2 Replies

656 Views
RobSavoye
Contributor II
I've used QT Embedded on several projects, starting with the Trolltech Greenphone. The advantages of QT are that developers can write and debug code on their desktop, and then compile it for their target device. Android doesn't run "real" Java, it runs Dalvik, which is similar to Java, but not exactly the same. Once I get OpenJDK (the real Java) fixed up performance wise for the i.MX51, it should be possible to use that on Android. Although Android doesn't support C++,. which is what OpenJDK is written in, there are several C++ toolchain solutions that would make this possible.
0 Kudos

656 Views
micken
Contributor I
I strongly believe in Qt Embedded as a alternative to the Android software stack. We , Genesi , have most of the basic infrastructure done , like accelerated screendriver and opengl. The things that are lacking now are some desktop applications , like a good looking application launcher. I want to encourage all that have some spare time to think about the possibilites in this. Java is available for ARM , so using the Jambi bindings to Qt should be possible. This means a fairly easy transition for Android application developers. Some useful links related to Java on ARM linux: http://java.sun.com/javase/embedded/system_requirements.jsphttp://projects.powerdeveloper.org/project/imx515/793 Jambi:http://qtjambi.sourceforge.net/about/overview/
0 Kudos