Books For Mobile Development

Hi, I would like to develop game for Android Platform.

I have 2 questions

1. Are there any books for Android Game Development For Unity ?

2. There are couple of books for Iphone Games For Unity, Is there a difference between Android and Iphone game development in Unity, if so, is it huge difference?

Like this book, Can use it also for android development for unity?

Thanks

Well, there are diferences. On iOS you only have a hand full of device configurations with certain hardware. On Android you have 1000s of different constelations, ranging from unable to play any 3D games to better-than-iPhone4S devices.

So when making an android game, keep in mind that you should aim for lower end devices that you’d usually do with iOS. Either that or exculde a big part of the users from your game (less potential buyers/players). I’ve read somewhere that iOS CPUs can handle bone weights better, because it has some hardware support for doing so, Android doesn’t seem to have it. So if you have many models which use 4 bone blend weights (and have the quality settings set to 4) it may run slower on Android. But most of the stuff which is different or critical can be found on the Unity3D documentation/support pages.