Android Question Layout variants

padvou

Active Member
Licensed User
Longtime User
I 've spend some time developing some app which, among others things, displays some metric charts which are in fact jpgs made especially for 1020x600@160 dpi.Device is 1024x720@160 dpi. The jpgs are 1:1 displayed on the device. I mean 1cm on the jpg is in fact 1cm when you measure it on screen.
Is there some way I can display this app correctly to another device which is [email protected]?
I would prefer to avoid re-writing stuff and having to order new jpgs to match the new device.
 

padvou

Active Member
Licensed User
Longtime User
A workaround just for my case which worked was to change screen density in \system\build.prop
So my next question would be if some coding would accomplist this so I don't have to do it manually.
How could I execute a textreader on a file residing in \system ?
 
Last edited:
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top