Reputation: 656
I want to start android tablet application development. i have created a new avd with 1024X600 emulator and launched, but how to come back from emulator when i click any application? is there any specific api available for developing android tablet applications or can we use the same android api for development.
Please help ?
Upvotes: 3
Views: 16878
Reputation: 347
Just update SDK Manager. Android 3.0 (API 11) is custom made for tablets. you dont even need to change the resolution.
Upvotes: 2
Reputation: 11251
You'll use the same APIs for tablets.
At least this is what I have known till now.
You may get emulator skins for some tablets if their manufacturers are providing them as add-ons
In the new SDK released with Gingerbread, you get an option to download the add-on of Samsung Galaxy Tab, which will give you the emulator skin and feel of the Galaxy tab. try that out.
Upvotes: 6