New data on the state of the Android ecosystem has been posted to Google’s Android Developers site. The big reveal? Gingerbread, the version of the Android mobile operating system released back in December 2010, is still leading with 57.5% of Android OS share. Android 4.0 (Ice Cream Sandwich) is at 20.9%, and Android 2.2 (Froyo) has 14%. Yes, Froyo – released in May 2010.
Google announced a preview release of the Google TV add-on for the Android SDK, supported on Linux with KVM emulation. The add-on lets Android app developers start preparing their software for porting to Google TV, in anticipation of the Android 3.x & Honeycomb& IPTV platform that's expected to ship later this year....
Google Friday announced Android 3.2 and released updated software development kit tools for the platform. Android 3.2 is an incremental release that adds several new capabilities for both users and developers, the Internet giant said. It includes changes to the application programming interface and is optimized for a wider range of tablets than the original Android 3.0 release.
Google Announces the Android 4.1.2 Update - Being Released To AOSP Today
Quote:
Google's chief release engineer Jean-Baptiste Queru just announced via the Android Building group that version 4.1.2 of Android is being released to the Android Open Source Project (AOSP) today.
The release follows Android 4.1.1, which was the final version of Jelly Bean, and is marked a
Please have a look at the following code
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/tableLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFF"
android:gravity="right"
android:padding="5dp"
android:paddingBottom="5dp"
First of all u need to initialise you're build environment.
Follow the steps descibed here: Linux is top, OSX is at the bottum.
http://source.android.com/source/initializing.html
For linux users do sudo apt-get install libsdl1.2-dev libesd0-dev libwxgtk2.6-dev squashfs-tools pngcrush schedtool
Setting up android tools:
For MAC users download and install android SDK from here http://develo
It seems that Google are wasting no time in getting the development kit for the latest version of Android into the hands of developers.
Less than a month after Android 4.1 was announced at Google I/O, the new SDK allows developers to optimize their applications with a wide variety of new features.
Among the things Google have warned developers to look out for is taking care when optimizing a p
Saasposedevelopment team is pleased to announce therelease ofSaaspose SDK for Android. It is great news for all Android developers to enjoy a whole new experience of document manipulation in the cloud. We have been working on Saaspose SDK for Android to facilitate the android developers with feature-rich APIs round the globe.
I am a windows devloper but I want to develop android application.
I am so bad in XML.
As usual my newbies question is what is wrong with below XML file??
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mainScrollView"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >