Re: Struggling to feel confident with LC mobile dev

2019-06-30 Thread Tom Glod via use-livecode
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

RE: Struggling to feel confident with LC mobile dev

2019-06-30 Thread Clarence Martin via use-livecode
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

Re: Struggling to feel confident with LC mobile dev

2019-06-30 Thread Curry Kenworthy via use-livecode
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

Re: Struggling to feel confident with LC mobile dev

2019-06-29 Thread J. Landman Gay via use-livecode
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

Re: Struggling to feel confident with LC mobile dev

2019-06-29 Thread Brian Milby via use-livecode
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

Struggling to feel confident with LC mobile dev

2019-06-29 Thread Tom Glod via use-livecode
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.