Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You misunderstood my perspective, jlong. I didn't recommend scaling the entire application, but rather the background, essentially increasing just the window. Hero Lab already does this from a windowed view to the fullscreen view. You can simply fit in a bit more text in fullscreen. Neither the texts or the images scale from one to the other, so I don't see why you'd expect (or think it'd be a good idea) for it to do so on a tablet. It seems like you're just creating problems where there aren't any. And yes, it really is that easy.
Perhaps it is on an Android.... and perhaps Ipads are just that much harder to develop for?
I didn't say it wasn't possible, just additional work in providing screen support for the other sizes possible. If you toss phones in too it becomes an even bigger nightmare. Compare this to the iPad and you get something completely different. All iPads are the same screen size, only different resolutions are possible for the retina is play. Nothing that HL or even AB would need to be concerned with, and to add iPhone/iPod support there is even a standard for it as well. Just makes it easier to support is my point.
Would an Android version of Hero Lab be able to work on one out-of-the-box, or would they need to make changes to accommodate Amazon? I assume they would need to submit it separately to the Kindle App Store, but can any Android developer just do that, or are there things that need to be changed before doing so?
Code to the SKD not to a specific device.
I would love to see apps for both ios and android personally.
I imagine you mean SDK.
Ive read that android isnt that simple. That to some degree the different devices have issues. I dont know if this is true or not, I havent looked into the SDK for android yet.
The only thing that makes iOS bad is the language of choice. Objective C is a real pain.
As a software developer myself, it makes perfect sense that they are trying to figure out there userbase and what makes the most sense to work on.
Err. yea SDK.
Android development can be a pita at times but really it is simple as long as you have an idea of what you want before you start. The biggest thing is stick to the API, sure you can reinvent the wheel but why bother when you can use the one that already exists and you can customize it if you want.