This is a basic android question. I have app which need to have different screen design for a phone and a tablet. The phone needs to have a ListView and the Tablet need to h
Check this out : http://developer.android.com/guide/practices/screens_support.html
You do not need to make two separate apps.