Click here to Skip to main content
15,886,004 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,
To start with I have a application whose resolution is hard coded to 1024*768,now i want to scale down this application resolution to 800*480 so as to execute it on low res device,so my question is how can i dynamically re-size the existing images so as to make it fit for 800*480 resolution...
Posted
Comments
Sergey Alexandrovich Kryukov 4-Feb-13 3:30am    
What is "resolution resizing"? :-) What is "application resolution"? There are no such things...
—SA
analogx 4-Feb-13 9:37am    
WELL the problem is that the application is done by my friend and he has designed it only for a specific device screen size,so whenever i install it on other device other than his the screen proportions are way out,in some it is very small while in some it goes out of screen size so i asked the question whether how can i solve the problem of images resolution...isnt there any other way other than scrapping the code...
Sergey Alexandrovich Kryukov 4-Feb-13 10:32am    
The problem is that you've been to fast with this implementation. There are no such thing as miracle. You either do work more thoroughly or redo it again and again. If you try to find "resize" the application, you create even more pointless work in future...
—SA

1 solution

If you hard-coded your application to some screen size, through it out as soon as possible, at least its UI part, and never write things like that. Your application should behave nicely on different screen sizes, otherwise nobody needs it.

Your question simply makes no sense.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900