I'm working on an android App,and it's designed with numbers (margins etc) no relative things so I think I'll find many problems with different screen sizes so I thought of making a function which will keep the data in DIMENSIONS file proportional to user screen size like ( User's screen size X dimen)/(the screen size which the app were designed on), so I want to know if this won't cause any problem on App working etc ..
Thank you =)
Create three different
Layouts Folderin yourresfolder for all devices and use the dimensions accordingly.Generic Layout Folders
After you are done with making your Normal/Medium Layouts follow these steps:
For converting Values
For Example
Also new Qualifier has been introduced - SmallestWidth - AvailableScreenWidth - AvailableScreenHeight
read more about it here https://developer.android.com/guide/practices/screens_support.html
I hope this helps.