Converting existing android application which is developed in 240 density toe 320 density -


if want convert our existing android applications developed in 240 density (1024x600) 320 (1024x600) density, need change entire layout ui files of current application or have other alternatives. can apply 320 density programetically current 240 density application?

no change bitmaps have xhdpi form. whole point of density changes layout doesn't change, because scaled density. why use "dp" units in layout.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -