Project Hawaii - SDK for Windows Apps
Written by Kay Ewbank   
Wednesday, 17 October 2012

Microsoft has released an SDK for Windows 8 that you can use to develop Windows Store apps that take advantage of cloud services and Windows Azure. An equivalent SDK is also available for Windows Phone 7.x.

Project Hawaii is a Microsoft Research initiative investigating the role of the cloud in enhancing how we use mobile devices. Its latest SDK is a set of services and tools that you can use in your Windows 8 or Windows Phone apps. It includes a number of cloud services, starting with the Social Mobile Sharing (SMASH) Service. This gives you an easy way to prototype apps that provide some element of social computing. Smash provides a general sharing mechanism for observable collections.

 

hawai

 

A path prediction service is another service that you can use in a mobile app to predict a user’s destination based on the information about their current route. There’s a translator service that lets your apps use the Microsoft Translator to translate text from one language to another and to obtain an audio stream that renders a string in a spoken language, and a speech-to-text service that takes a spoken phrase and converts it to text. Another service provides OCR on photographic images containing text, returning a text string.

Two more services provide storage and message handling. The relay service provides a relay point in the cloud that apps can use to communicate. The service gives you an endpoint naming scheme and buffering for sent messages. The key-value store service provides a simple key-value store so your apps can store and retrieve application-wide state information as text by using key-value pairs.

Currently the system is under development and you can use Hawaii for research and experimentation only. Presumably at some point in the future a commercial license will be created.

More Information

Project Hawaii

Download SDK

Related Articles

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


Rust 1.82 Improves Apple Support
24/10/2024

Following Rust's six-week release cycle, version 1.82 has been released with higher level support for Apple, and a new Info subcommand for Cargo.



DuckDB And Hydra Partner To Get DuckDB Into PostgreSQL
11/11/2024

The offspring of that partnership is pg_duckdb, an extension that embeds the DuckDB engine into the PostgreSQL database, allowing it to handle analytical workloads.


More News

 

You can download the SDK here: http://research.microsoft.com/en-us/projects/hawaii/download.aspx and you can read more about it here: http://research.microsoft.com/en-us/projects/hawaii/default.aspx

Last Updated ( Wednesday, 17 October 2012 )