i always working in android mobile devices. i want to run my projects in android tablet devices.
so my questions are
- do i have to face any compatible issue?
- will same project run with different view in different target such as one for tablet one for mobile device?
in example can it set in android mainfest.xml so it can choose different view in different device
and please help about how to solve this, with some help link
thanks in advance.
Have you looked at the android developer site on this?
http://developer.android.com/guide/practices/screens_support.html
It covers the issue in detail.