Coding for Mobile Platforms

Random thoughts, sometimes relevant to mobile programming.

  • Mobile Coder

  • Subscribe to Mobile Coder and receive notifications of new posts by email.

    Join 185 other followers

Posts Tagged ‘extensions’

Sony Smartwatch – SDK Impressions

Posted by error454 on 06/15/2012


I recently received a Sony Smartwatch as part of Sony’s promotion.  I haven’t been this excited about a watch since I was rocking my Casio Calculator Watch back in 2nd grade.

Unlike many SDKs, my first impression when peaking inside the Smart Extensions SDK was that Sony actually has android developers employed!  This excited me since many SDKs feel like Android is a 2nd thought entirely.  Overall the SDK is fairly straight-forward in that reading accelerometer data, getting screen tap coordinates and drawing to the screen are all simple tasks with well commented sample projects.

There were a couple features that I thought were missing and that felt foreign:

  • Having to write button collision detection from scratch rather than using button click handlers
  • Being unable to use XML selectors
  • Being unable to use other Android UI widgets like ProgressDialog
I was able to hack a reasonable implementation for the first two of these.  I believe this implementation makes it far easier to craft a basic Smartwatch app that responds to tap events.  Read on for more details.

Read the rest of this entry »

Posted in Android | Tagged: , , , , , , , | 4 Comments »

 
Follow

Get every new post delivered to your Inbox.

Join 185 other followers

%d bloggers like this: