android - Tablet Application Development -


i going start making tablet application.

what difference between layout of mobile application , tablet application?

if going mimic mobile application tablet application, how create layout suit tablet layout?

what emulators can use apart default avd offered android studio, test tablet application?

this first tablet application, pre-requisites can keep in mind in order develop application.

thanks in advance

on android can combine smartphone app tablet app, need different layouts tablet. placed in different subfolders of resources folder. assume have smartphone layout in res/layout folder, tablet layouts placed in different folders representing screensize and/or density. need dimens.xml different dp use tablet layout, because smartphone db small on tablet.

use sdp library create layouts same on tablet , smartphones. emulator prefer genymotion, it's free personal use.


Comments