About Store Forum Documentation Contact



Post Reply 
[Android] GUI design
Author Message
Scoring Offline
Member

Post: #1
[Android] GUI design
I'm wondering how to design screens with EE GUI Editor for Android.
Though all GUI tutorials built now fine and run on device, they show a very small GUI and dont fit to entire screen.
Should I use rescaling after I create/load my GUI objects from asset using D.scale, or did I miss a setting in the EE GUI editor? I would use it on a 480x800 screen.
05-26-2014 07:08 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: [Android] GUI design
http://www.esenthel.com/?id=doc#Screen_Coordinates

It's up to you. I use D.scale too
05-26-2014 09:46 PM
Find all posts by this user Quote this message in a reply
Scoring Offline
Member

Post: #3
RE: [Android] GUI design
Ok it worked, though a mobile tutorial would be useful.

My only problem is now with TextLine, changing the font size (with or without scaling off) is uneffective, I see the same big font shown on mobile. (Samsung GT I9100)
I created first a Font (Arial), then a FontStyle, linked Font to FontStyle, and the FontStyle to TextLine. Tried to set font scaling too, but doesnt effect when I installed and ran on device.
05-27-2014 07:43 PM
Find all posts by this user Quote this message in a reply
Post Reply