I want to build Android application. My target devices is tablets (not smartphones). Today exist only 3.* version of android OS, aimed for tablets. Is it normal if i begin build application for tablets in 3.* API? The tablets which will be release with android 4.0 (ice cream sandwich) can to run my application built on 3.0 API? Or me better to wait for 4.0 API if my target devices is tablets?
Generally, in which version of API to develop my app for tablets?
Thanks.
I want to build Android application. My target devices is tablets (not smartphones). Today
Share
I’m pretty sure that the applications which run on
Android 3.*will run onAndroid 4.*too, because there is no point of making and OS if the old application will not run and all the developers have to build their applications for the next version. So I suggest to build your application forAndroid 3.*if your target devices are tablets.