linux

Exciting Technologies Coming to Linux

The first half of 2009 is over and after your summer vacation, you might want to start gearing up for the new distro releases. Once again open source proved that developers collaborating all over the world deliver constant platform improvement. Let’s see what they have in store for us this time.

USB 3.0

USB_3.0This new bus specification promises a speed of 5 Gigabits per second, about 10 times faster than USB 2.0. And the first operating system to get a USB 3.0 driver is GNU/Linux, specifically, kernel 2.6.31 (scheduled for September).

Ubuntu to support Google Android applications

With a user base of roughly 2 million and more than 20 Android-powered  devices coming this year, Google’s mobile operating system may become a force to be reckoned with. Developers will embrace the platform and given time, Android’s Market will contain hundreds of thousands of applications. Well, at least that is the direction in which the Ubuntu dev team is thinking. They plan to introduce an easy way to port Android apps over to their flagship Linux distribution. While most applications will be useless on a desktop machine, there might be some apps that, with their small size and modest memory consumption, might do a certain task much better than its Ubuntu-native equivalent.

Source: Internetling

Standard
google

Google Voice Apps For Android And Blackberry Are Here

Google Voice, previously called Grand Central, is rolling out the first mobile apps for the service this evening. The main function of the apps is to make it easier to use your Google Voice phone number by automatically routing outbound calls through Google and to the recipient. We first mentioned they were coming last month when we broke the news that Google would start letting users port their phone numbers over to the Voice product sometime this year.

The basic idea around GrandCentral is one phone number for all your phones, for life. As we change jobs, homes and cell phones, there are a lot of phone numbers to keep track of, and keeping everyone up to date with your most recent phone numbers.

gvandroidGoogle Voice users get a phone number that should be the only number you give out to people. You route calls to mobile, home and other phones based on who’s calling and when.

Two apps are being released this morning, for Blackberry and Android phones. The Android app is the most complete and takes over the native dialer, address book and call log. Users won’t be bothered with accidentally dialing numbers through the device phone number. The Blackberry app is less integrated, accessing only the native address book, and uses its own dialer. Users can’t simply go into the call log and return missed calls. They need to go back to the address book and select Google Voice to make the call. Still, it solves a big problem.

The apps also allow users to access the core features of Google Voice. Listen to/read voicemails and text messages (all voicemails are automatically transcribed as well), access call history, send SMS messages and place international calls at low rates.

Google Voice Apps For Android And Blackberry Are Here

Posted using ShareThis

Standard
apis, java

Welcome to Android!

 

The Android platform is a software stack for mobile devices including an operating system, middleware and key applications. Developers can create applications for the platform using the Android SDK. Applications are written using the Java programming language and run on Dalvik, a custom virtual machine designed for embedded use which runs on top of a Linux kernel.

This site provides a variety of documentation that will help you learn about Android and develop mobile applications for the platform.

An early look at the Android SDK is also available. It includes sample projects with source code, development tools, an emulator, and of course all the libraries you’ll need to build an Android application.

Download the SDK

Standard