Skip to content Skip to sidebar Skip to footer

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

Solution 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.


Solution 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.


Solution 3:


Solution 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


Solution 5:

Answers above are great, here is an addition:

http://p-xr.com


Post a Comment for "Starting Out In Android Tablet Development"