Hi,
I am a beginner in Android development. I want to create an Application which can be run on different screen resolutions. This App should then run on Android phones as well as Android tablets.
Is it possible? If so, how should I handle the UI design? Just set up different drawable folders?
Please go through the Developers guide first. Supporting Multiple Screens provides a pretty good overview of what you are trying to achieve.