Keegan
Keegan

Reputation: 59

Starting out in Android tablet development

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?

Upvotes: 5

Views: 17567

Answers (5)

Krishna
Krishna

Reputation: 1474

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.

Upvotes: 4

Jacek Ambroziak
Jacek Ambroziak

Reputation: 79

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

Upvotes: 1

Ravishankar V
Ravishankar V

Reputation: 323

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

Upvotes: 1

Mark Mooibroek
Mark Mooibroek

Reputation: 7696

Answers above are great, here is an addition:

http://p-xr.com

Upvotes: 0

Ganesh
Ganesh

Reputation: 934

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.

Upvotes: 1

Related Questions