What is different about NIB loading in a Cocoa Touch application
Top level NIB objects are auto-released. (In Mac OS X, top levels objects are retained by default, and hence must be released explicitly on that... more »
0 commentsSave Tags: apple, frameworks, mobile
Using JavaScript Object Notation (JSON) in Java ME for Data Interchange
Choosing the right data interchange format is an important design decision when building any network-aware software. This is especially true when... more »
0 commentsSave Tags: java, javascript, mobile
The Android Mobile Phone Platform
At 25 years of age, you might think that the mobile phone has grown up. However, it's about to undergo some dramatic changes—a delayed adolescence, if... more »
0 commentsSave Tags: frameworks, java, mobile
Google Chrome and Grizzly Comet: does it work?
The buzz around Google Chrome attacked me...just to make sure Chrome supports Comet, I did try using the monster implementation to see if sockets in... more »
0 commentsSave Tags: frameworks, java, mobile, server
via