Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Starting out in Android tablet development

Tags:

android

tablet

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?

like image 923
Keegan Avatar asked May 23 '11 04:05

Keegan


People also ask

Is it worth learning Android development in 2022?

With the Android market growing rapidly, the job opportunities for Android Developers are also increasing. So if you want to take Android Development as a career option, then you can easily get a good salary package in this industry. Android professionals work under many different job designations.


3 Answers

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.

like image 117
Krishna Avatar answered Oct 14 '22 12:10

Krishna


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.

like image 45
Ganesh Avatar answered Oct 14 '22 12:10

Ganesh


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

like image 1
Ravishankar V Avatar answered Oct 14 '22 13:10

Ravishankar V