InfoQ Homepage Android Content on InfoQ
-
Xamarin’s Mono for Android Now Includes a Visual Designer
Xamarin has announced a visual designer for their Mono for Android development tool integrated with Visual Studio or MonoDevelop.
-
Google Would Have Paid up to $50 Million to License Java, Schmidt Reveals in Oracle vs. Google Trial
Google would have paid Sun's asking price of $30-$50 million to license Java, Google Executive Chairman Eric Schmidt stated at the Oracle vs. Google trial. Google didn't object to the amount of money Sun wanted, but it didn't want to give up too much control over Android. J
-
-
Oracle Sues Google over Google Copyrighted Code
The Oracle case against Google focusses on a 9-line piece of code, called 'rangeSort' which appears identical in Android and in OpenJDK. Unfortunately for Oracle, the code was initially written by Joshua Bloch when he was employed at Google, and was subsequently contributed to the OpenJDK by Google. Read on to find out these developments and more.
-
Can APIs be Copyrighted?
Whilst the Oracle/Google case was initially based on the assumption that Oracle's patents were valid – now all but demolished – Oracle has switched tack to claim that it is a copyright violation. At heart is the question of whether an API or even a computer language can be copyrightable.
-
Java APIs Take Centre Stage in Oracle vs. Google Trial
Last week saw the beginning of the Oracle vs. Google trial. Oracle's main complaint, involving a damages claim of $1bn, is that Android's use of 37 Java APIs infringes its copyright in the Java programming language. Google maintains APIs cannot be copyrighted, and has tried to frame the case as Oracle's response to its own failure to build a Java-based smartphone platform.
-
Hardware Accelerated Emulation for Android Development Toolkit 17
Android Development Toolkit 17 now includes hardware accelerated emulation and over 40 new Lint rules.
-
Interview on AIDE, an Android Java IDE Running on Android
AIDE is an IDE running on Android for developing Android applications. This post contains an interview with its creators.
-
Android Application Size Increased to 4.05 GB
The maximum size of Android applications has been increased significantly. While the core APK is still limited to 50 MB, applications are now allowed to have two extension files of 2 GB each hosted by the Android marketplace.
-
Xamarin Mono for Android Now Runs on MIPS
Xamarin has completed the Mono port to MIPS and now offers Mono for Android running on the MIPS architecture besides the ARM one.
-
Unit Testing on Mobile Devices with .NET/Mono
An ongoing problem with specialized platforms is the lack of support for unit testing. Developers are forced to compromise the quality of their tests or their build process in order to get anything working. Recently MonoTouch has made progress in this area, but Windows Phone and Mono for Android still lag behind.
-
jQ.Mobi – jQuery Optimized for Mobile Devices
appMobi has open sourced jQ.Mobi, a rewrite of jQuery, competing with jQuery Mobile for developer mindshare.
-
Funf Is a Sensing and Data Processing Mobile Framework
Funf is an open source framework for collecting and analyzing mobile data. It has been used by MIT to see how political opinions change during an election campaign, how users interact with each other, or how illnesses spread through population.
-
Mono for Android 4.0 Comes with Incremental Build and Deployment
Mono for Android 4.0 comes with a VS plug-in, incremental build, incremental deployment, installer with all packages needed, Google Maps integration, and support for Java 7. Miguel de Icaza explains how incremental build and deployment works, and how much they help.
-
The Status of Android Porting to Other Platforms
Android is running mostly on ARM-based hardware, but there are attempts to bring it to other platforms. One of them is the well-known x86 platform used by many PCs and laptops, the other is MIPS, used in embedded systems mostly based on Linux, and lately on Android.