venerdì, 30 maggio 2008

Google showed off the new Android user interface in San Francisco during a developer conference. The demo has been done using a prototype device provided by an unamed manufacturer.

The interaction between user and device is in IPhone style...everything is drivable with a finger.

Watch the Steve Horowitz (Engineering director) presentation video:



Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 19:51 | Permalink | commenti
categoria:google, cellulare, j2me, mobile phones, android


mercoledì, 28 maggio 2008

In the Sony-Ericsson developer website we can find an useful article about their JP-8 platform that at the moment includes 14 devices.

 The most innovative supported API by this family are the Content Handl
er APIs(JSR-211) and the Mobile Sensor APIs (JSR-256).

Sensor APIs can be used to get the network signal or the battery level.


Battery
SensorInfo[] infos = SensorManager.findSensors("battery_charge", null);
String sensorURL =infos[0].getUrl();

Network signal
SensorInfo[] infos = SensorManager.findSensors("network_field_intensity", null);
String sensorURL =infos[0].getUrl();

The Content Handler APIs can be used to launch the native music player to play an audio file.

Registry registry = Registry.getRegistry(this.class.getName());
Invocation invoc = new Invocation();
invocation.setID("com.sonyericsson.musicplayer");
invoc.setURL(file:///..../playlist.m3u); //optional, if not used a resume play will be made.
invoc.setResponseRequired(true);
boolean mustExit = registry.invoke(invoc);
if (mustExit) {
// App must exit before invoked application can run
destroyApp(true);
notifyDestroyed();
} else {
// Application does not need to exit
}

You can read more about this topic in the Sony-Ericsson Developer Site


Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 18:28 | Permalink | commenti
categoria:j2me, sony ericsson, mobile phones


martedì, 27 maggio 2008

Roma ends the season with the victory of the Italian Cup beaten Inter 2-1 in the final played Saturday in Roma.

Mexes and Perrotta scored the two goals for Roma. Pelè scored for Inter. A little revenge for Roma after Inter Scudetto victory.

The two teams have demonstrated to be the best Italian teams of the last two years.





Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 07:57 | Permalink | commenti
categoria:calcio, roma, coppa italia, inter


sabato, 24 maggio 2008

Get Opera Mini

After a month of beta-testing, the new Opera Mini 4.1 is available for the download (Opera Mini website).

It is possible have a guided tour of the software:click video tour.

Opera4.1_2

The new features, described in the Opera website pages, are:

More speed

Prior to this release, we upgraded our servers and Opera Mini now receives your requested Web pages up to 50% faster. So you can now access sites like Facebook, BBC, and any of your other favorite Web sites even faster, with Desktop-like speeds. 

Find things faster

The new Opera Mini 4.1 lets you search for text within a Web page so you can get to the information you need even quicker than before.

Get to your Web sites faster

When typing Web addresses, Opera Mini 4.1 will recognize and suggest completions for you based on your Bookmarks and browsing history, making address input faster, easier and much more intuitive.

Download and upload files

On phones with File connection API, you can now upload and download files using Opera Mini 4.1, without being re-routed to your phone’s native browser. Update your blog while on the go. Upload photos to your Web site or social network. Add attachments easily to Web-based email, and download other non media-rich content to your phone using Opera Mini 4.1.

Save it for later

On phones with File Connection API, Opera Mini 4.1 lets you save pages for offline viewing so you can quickly access and read your desired Web content, even when you’re on a plane, in the subway, or in other places where you can’t get network reception. Depending on your phone, you may need to choose a destination folder for storing pages for offline viewing.

Now, we have only to try it!


Opera4.1_1

 




Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 10:48 | Permalink | commenti
categoria:opera, j2me


martedì, 20 maggio 2008

Mobile News LogoWhen there's not enough time to browse through online headlines, email newsletters and trade magazines, simply download The Mobile News Podcast. Its a weekly 30-minute podcast that will keep you up-to-date with everything happening in the mobile telecommunications industry.

The hottest new handsets, the latest downloadable software and the current mobile news headlines are all brought to you in an entertaining show created by the editorially unbiased team of Iain Graham, Mark Bridge and James Rosewell

Get the mobile podcast!



Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 22:44 | Permalink | commenti
categoria:mobile phones


martedì, 20 maggio 2008

Inter wins the serie A thanks to a Super Ibrahimovic who gets on the pitch in the second half and scores two goals against Parma for the final 2-0.

Roma, winner of serie A for around 60 minutes, can't beat Catania which avoid relegation with the 1-1 scored in the final minutes.

This is the 16th "Scudetto" for Inter.




Did you like the article? Buy me a coffee!

postato da: emanuelepec alle ore 22:37 | Permalink | commenti
categoria:calcio, roma, serie a, inter, serie, soccer


Blogs Directory