Quote:
Originally Posted by lumpynose
Just out of idle curiosity (i.e., not to start any platform wars) I wonder if it's a lot of work to rework an app for a tablet that was originally written for the phone or vice versa. I briefly looked at writing an app for android but was disappointed with its API (it used subclassing when it should have used interfaces) and android has all sorts of stuff up front for different screen sizes. And their documentation makes it very clear that it's something you need to handle.
|
Apple takes a lot of the work out of supporting multiple platforms, but you do have to do a certain amount of work to support multiple screen sizes. Some developers will cut corners and hard code offsets and the like.