Starting out in Android tablet development

一笑奈何 提交于 2019-12-20 10:54:59

问题


I recently bought a Motorola XOOM tablet to develop Android apps on. I'm running into major problems with finding resources to learn from. I know Java. The Android Dev Guide sample codes are almost all dependent on a keyboard or won't run on my XOOM. Are there any suggested places to start learning Android development, other than the Android Dev guide?


回答1:


You will be creating a new avd config to specify the tablet screen size, memory constraints, SDcard size, etc. I believe that most of that can be achieved by just creating a new avd and changing the parameters in avd manager. Although You may also have to create a tablet skin to go with the AVd you created.

Please visit these links.... They breif you right from setting up the vitrual device configuration in eclipse to development of applications for tablets.

http://mobile.tutsplus.com/tutorials/android/android-sdk_tablet_virtual-device-configuration/

[2x Links deleted due to spam, 1x Link repeated]

I hope these links will help you in creating an android app for your beautifull tablet.




回答2:


To start learning android,First preference goes to Android dev guide and you can also follow some tutorials ,blogs and e-books.But Dev guide provides the complete android stack.




回答3:


Also check out MOTODEV. The resources are quite good especially with XOOM development.




回答4:


Check out O'Reilly eBooks on eCarrel (eReader for developers app). The app will run on your XOOM just great. https://market.android.com/details?id=com.ambrosoft.searchlib

I also use the XOOM for development and I love it




回答5:


Answers above are great, here is an addition:

http://p-xr.com



来源:https://stackoverflow.com/questions/6092829/starting-out-in-android-tablet-development

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!