Android apps are just plain fugly what to do?

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
adrenaline1073
Posts: 5
Joined: Sat Nov 16, 2013 7:01 pm

Android apps are just plain fugly what to do?

Post by adrenaline1073 » Mon Nov 18, 2013 11:00 pm

Look, I'm totally new to LC. I think the concept is great and the code is damn near English and I'm totally diggin that part. What I'm having great difficulty understanding is why everything looks just so ugly when I deploy to my emulator. I look at all this documentation, and nothing seems to jump out at me as "you fool it's right there." What the heck do I have to do to make something look professional in this tool? It ticks me off that I was able to create, connect, and add data to a database but the button looks like it's from 1994!

Can someone at least give me some hope? A screen shot of an android app that doesn't look like crap? What am I doing wrong?!?! I humbly ask someone to educate me here... ridicule me. Come to Ohio and punch me, I just waaaaaant my apps to look good!

Help :oops: :oops:

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Android apps are just plain fugly what to do?

Post by Simon » Mon Nov 18, 2013 11:10 pm

Hi adrenaline1073,
Welcome to the forums!

You have to cut your own button images, just like in html. Set the icon of the buttons to an image.
On the way there is the kickstarter stretch goal of "Themes"
Here:
http://forums.runrev.com/phpBB2/viewtop ... ide#p65392
I know not so good but all the buttons there are liveCode (except the keyboard)

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

adrenaline1073
Posts: 5
Joined: Sat Nov 16, 2013 7:01 pm

Re: Android apps are just plain fugly what to do?

Post by adrenaline1073 » Tue Nov 19, 2013 12:42 am

Thanks you so much and from what I see around here, I'm now humbled to be in the presence of Simon himself! 8)

Just so I don't find myself killing myself in this forum too much and it seems to be a hot topic at least in the past perhaps? What about dealing with different screen resolutions? I found some details here and there, I'm running 6.5. rv4? So for example.. if there are say 4 buttons on the bottom of the screen and one screen was say 480 and another was bigger say 800 wide how to stretch and pad those? Would be willing to place in a different forum as well.

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Android apps are just plain fugly what to do?

Post by Simon » Tue Nov 19, 2013 1:00 am

I'm not that good :oops:
..it seems to be a hot topic at least in the past perhaps
Yes, lots of people want drag 'n drop buttons with native theming. Well they expected that's what liveCode did and it is in the goals just not here yet.
What about dealing with different screen resolutions?
You should just test it yourself in the sim, I believe the code is:

Code: Select all

on preOpenStack
set the fullscreenmode of me to "exact fit"
preOpenStack
6.5 is still very new and there aren't tutorials on using the new Resolution Independence.
I think I saw that by the end of the year 6.5 will be released as a stable version.

Simon
Edit: Changed the fullScreenMode script
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

adrenaline1073
Posts: 5
Joined: Sat Nov 16, 2013 7:01 pm

Re: Android apps are just plain fugly what to do?

Post by adrenaline1073 » Tue Nov 19, 2013 1:39 am

Awesome! Will let you know how I make out for others! :mrgreen:

adrenaline1073
Posts: 5
Joined: Sat Nov 16, 2013 7:01 pm

Re: Android apps are just plain fugly what to do?

Post by adrenaline1073 » Tue Nov 19, 2013 2:53 pm

Seems to be working thus far, granted this card has minimal stuff on it. Thanks a million Simon!

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Android apps are just plain fugly what to do?

Post by Simon » Tue Nov 19, 2013 8:58 pm

Glad to be of help.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Post Reply