Kenworthy via use-livecode
> Sent: Sunday, June 30, 2019 3:42 AM
> To: use-livecode@lists.runrev.com
> Cc: Curry Kenworthy
> Subject: Re: Struggling to feel confident with LC mobile dev
>
>
> Tom:
>
> > Can someone tell me if they have achieved a good scrol
To: use-livecode@lists.runrev.com
Cc: Curry Kenworthy
Subject: Re: Struggling to feel confident with LC mobile dev
Tom:
> Can someone tell me if they have achieved a good scrolling > and
rendering performance of text fields.
When it comes to performance, LC text fields usually are n
Tom:
> Can someone tell me if they have achieved a good scrolling
> and rendering performance of text fields.
When it comes to performance, LC text fields usually are not the
problem. Quite the reverse! Good field performance in general (desktop
and mobile) and no big trouble on Android last
Speaking of SivaSiva, which you can get from both Android and Apple app
stores, look for Path to Siva in the reading section. This is a short book
and most pages scroll.
The trick to smooth scrolling on mobile requires only two things: use
native scrollers and turn on acceleratedRendering. The
SivaSiva is an app that is developed in LC on both platforms. I think there
are probably some good examples of scrolling within. Most of the display
issues present themselves when switching between stacks combined with forcing a
rotation. I’m currently working to smooth those out.
Thanks,
Br
Hi friends,
I'm coming here today hoping to find a little piece of mind with picking LC
to develop a mobile app. I'm struggling finding any examples of android
apps made with LC (besides the dictionary app).
I want to use livecode because of its chunking capabilities and livecloud
integration.