I am developing an android application for resolution 320x240.
i want to use this same application for higher resolution is it possible
or i have to design UI for every res
Make your design 'fluid' by avoiding e.g. AbsoluteLayout (see the documentation for details). Graphics should be provided for each resolution in the drawable-Xdpi folders.