Mobile-Look

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

Mobile-Look

Post by DevBoyLars » Sat Sep 27, 2014 6:16 am

Hi there,
just to be sure:

Is it right, that there's still no way, plugin or whatever to get the native look on a Android-Device?

So how should I build a business App for people who wants the known look on their devices?

For an iPhone I can use tmControls.

Please don't tell me, I've to switch over to another language/IDE just to build a quite normal looking App for Android and for iOS :(

It's bad enough that I've to build 4 different cards just for the iPhones (4,5,6,6+) to get no borders or geometric deformations of the controls (which auto-scale would produce).

And I still don't know how to handle all the Android screen resolutions x__x

This is sooooo much better in Xamarin. But coding in C# is a bit harder to learn.

The look of an App is so important to users.

And I can't wait until somewhere in 2015 for LiveCode 8 and widgets/themes :(

Anyone any idea?!

newtronsols
Posts: 192
Joined: Tue Mar 11, 2014 12:57 pm

Re: Mobile-Look

Post by newtronsols » Sat Sep 27, 2014 12:43 pm

That xamarin does look good for $25/m. I wish Livecode could match it feature for feature - Livecode is so much easier for 'normal' people to understand. I also think Livecode should look at the subscription or even a '1, 2, 3 month-commercial use' model - as 1-off payments tend to put people off paying out such a chunk of money for something they may use to build just one app.

DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

Re: Mobile-Look

Post by DevBoyLars » Sat Sep 27, 2014 1:12 pm

For sure, LiveCode is much easier, maybe the easiest way - but useless for professional business until basic-things like native mobile-look works.

So anybody out there with a working solution to get native Android-Look in a LiveCode App?

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Mobile-Look

Post by jacque » Sat Sep 27, 2014 5:19 pm

Until themes are ready, you need to make your own controls with images and graphics. That's what TMControls does.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

[-hh]
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2262
Joined: Thu Feb 28, 2013 11:52 pm

Re: Mobile-Look

Post by [-hh] » Mon Sep 29, 2014 12:42 pm

That's what TMControls does.
... or some of the wonderful "little stacks" by Bernd ('bn'), posted in this forum or in 'User Samples'.
shiftLock happens

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

Re: Mobile-Look

Post by Simon » Mon Sep 29, 2014 1:02 pm

HI DevBoyLars,
Are you are talking about an app that runs in landscape and portrait for screen resolutions?
That would explain your displeasure with liveCode.

You know it doesn't take that much to code your own, not much math involved.
You don't even have to be as brilliant in maths as -hh to do it. (face it -hh, no one here knows math like you do)

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

[-hh]
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2262
Joined: Thu Feb 28, 2013 11:52 pm

Re: Mobile-Look

Post by [-hh] » Mon Sep 29, 2014 1:18 pm

Simon wrote:(face it -hh, no one here knows math like you do)
Simon, what a condesending impertinence against all other LC users (fortunately this time not by me). Or do you mean with "here" your single post? :-)

Simon, you and others (dixie, SparkOut, Klaus — to name a few — also posted controls, what would add up to a big library. How can we find these that are not in 'User stacks'? You all wrote too much posts ...)
shiftLock happens

DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

Re: Mobile-Look

Post by DevBoyLars » Mon Sep 29, 2014 6:15 pm

Simon wrote:HI DevBoyLars,
Are you are talking about an app that runs in landscape and portrait for screen resolutions?
That would explain your displeasure with liveCode.

You know it doesn't take that much to code your own, not much math involved.
You don't even have to be as brilliant in maths as -hh to do it. (face it -hh, no one here knows math like you do)

Simon
Hi Simon,
no no - I mean just a landscape App and the problem with different screen-sizes/resolutions like iPhone 4 and iPhone 5.

You can't scale up a iPhone4-card to an iPhone 5 screen. The result: borders oder deformations (exactFit). Both are not good, if your App got's native look with native looking controls.

"...code your own..." <- my own what? :)

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

Re: Mobile-Look

Post by Simon » Tue Sep 30, 2014 12:14 am

DevBoyLars wrote: "...code your own..." <- my own what? :)
Re-sizing script, for the 2 iphones it's even easier because only 1 dimension changes, so it's just control locations. Android of course is all over the place.
"resizeStack" is always fired at the start of the application so you don't even have to check.
[-hh] wrote:Simon, you and others (dixie, SparkOut, Klaus — to name a few — also posted controls, what would add up to a big library. How can we find these that are not in 'User stacks'? You all wrote too much posts ...)
Yes, I wish there was a way, Bernd's are some of the best but impossible to find.

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

DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

Re: Mobile-Look

Post by DevBoyLars » Tue Sep 30, 2014 6:21 am

What does Bernd's scripts exactly do? Reposition everything on the card at the start of the App?

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

Re: Mobile-Look

Post by Simon » Tue Sep 30, 2014 6:31 am

Reposition everything on the card at the start of the App?
Sorry, was just talking in general, I don't think Bernd has a re-sizing script... Yet(?) :)

I suppose you've already seen my attempt?

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

DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

Re: Mobile-Look

Post by DevBoyLars » Tue Sep 30, 2014 9:54 am

What attempt do you mean?

Post Reply