gjoisa Active Member Licensed User Longtime User Jan 27, 2011 #1 Is it possible to write a app that find the resolution of device and fit to it's screen size automatically ?
Is it possible to write a app that find the resolution of device and fit to it's screen size automatically ?
B Bob Katayama Member Licensed User Longtime User Jan 27, 2011 #2 gjoisa said: Is it possible to write a app that find the resolution of device and fit to it's screen size automatically ? Click to expand... According to this thread, you can detect the actual screens resolution. http://www.b4x.com/forum/basic4android-updates-questions/7534-wysiwyg-isnt-really-wysiwyg.html Therefore, it seems like you can write code to adjust the app to fit any given device as long as you write the code to reflex the different resolutions detected. Bob Upvote 0
gjoisa said: Is it possible to write a app that find the resolution of device and fit to it's screen size automatically ? Click to expand... According to this thread, you can detect the actual screens resolution. http://www.b4x.com/forum/basic4android-updates-questions/7534-wysiwyg-isnt-really-wysiwyg.html Therefore, it seems like you can write code to adjust the app to fit any given device as long as you write the code to reflex the different resolutions detected. Bob
Erel B4X founder Staff member Licensed User Longtime User Jan 28, 2011 #3 Also see this thread: http://www.b4x.com/forum/basic4android-updates-questions/6929-screen-sizes-question.html#post40014 Upvote 0
Also see this thread: http://www.b4x.com/forum/basic4android-updates-questions/6929-screen-sizes-question.html#post40014