Hauke Ingmar Schmidt wrote:Did you read some tech blogs today, say, in the last hour? Google just presented Honeycomb / Android 3.0 which is the first tablet ready version of Android. I guess you could download the SDK and read the changes; the 3.0 SDK is available now. (I didn't look at it yet, sorry.) Or you can get quite a good grasp at Techcrunch, Engaget or such.
Funny, I posted this without knowing the announcement about it. Catching up ...
But so far, I'm wondering pre-3.0 what is there? For example, does Android (pre-3.0) have a set of pre-defined resolutions/aspect ratios? For example something like getDisplayMode(s) in
Java SE;
http://download.oracle.com/javase/1.4.2/docs/api/java/awt/GraphicsDevice.html#getDisplayMode()
I would imagine many apps wouldn't really care if they are in a phone or tablet, as long as they have enough info on the current graphics configuration of the device.