martedì, 03 novembre 2009

The number of Android phones keeps growing. New enter in the manufacturers using the open source OS is Sony Ericsson with its new XPERIA10.

From Sony Ericsson developer website:

Sony Ericsson today unveils the XPERIA™ X10, the first phone in a family of phones to deliver a consistent user experience where communication truly becomes entertainment.

 

XPERIA™ X10 is Sony Ericsson’s first phone on Google’s Android OS platform. XPERIA™ X10 has a 4 inch 854 x 480 pixel screen with a capacitive mineral glass touch-screen, fast 1GHz Qualcomm Snapdragon™ processor, 1GB internal storage with additional storage via microSD™ card, an 8.1 megapixel camera with autofocus, Wi-Fi 802.11g and HSPA at 7.2Mbps download.

With the power and features of the XPERIA™ X10 and the open software platform, developers have a compelling opportunity to create, share and sell applications.



Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 20:33 | Permalink | commenti
categoria:sony ericsson, mobile phones, android


sabato, 19 settembre 2009

Android SDKThe new Android SDK 1.6 is available for download. To know the new features click here

The feature making me more surprise is the text-to-speech API that allow synthesizing speech from text, for immediate playback or to create a sound file.

A video to discover the new SDK:



Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 21:02 | Permalink | commenti
categoria:sdk , android


domenica, 13 settembre 2009

In this photo from www.motocoder.com the new Android phone from Motorola. The OS version is the 1.5
First Android phone


Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 21:03 | Permalink | commenti
categoria:mobile phones, android


venerdì, 11 settembre 2009

Stefano Sanna released in the past days a new version of his Bluetooth API for Android, the version 0.2. Some of the changes compared with the previous version are:

  • Bug fixing for RSSI (signal level of discovered devices) and I/O management;
  • SDP support to discover the RFCOMM channel assigned to a specific service  of a discovered device
These are added to the first release features:

  • Chance to start and stop the device Bluetooth;
  • Discover of the remote Bluetooth devices;
  • RFCOMM client connection
The library is available from http://code.google.com/p/android-bluetooth ed e’ distribuita con licenza Apache 2.0. It has been tested on Android 1.1 and 1.5 and it doesn''t require any hacking.
Link to Stefano Sanna blog


Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 08:18 | Permalink | commenti
categoria:bluetooth, android


giovedì, 19 febbraio 2009



Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 19:00 | Permalink | commenti
categoria:android


domenica, 30 novembre 2008

When you want to reset you Android application during a test or debug phase on the emulator you can delete the "Shared preferences" and the database that your application has created.

To do that you can launch the Android shell typing "adb shell". From there you can navigate throught the following path:

cd data
cd data

In this directory you will find the folder having the name of your application (which include the package as well). Enter in that folder and delete the *.db files then enter in "shared_prefs" and delete then xml file.


Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 18:06 | Permalink | commenti
categoria:tipsandtricks, android


Blogs Directory