Re: Mobile development android vs ios

2019-11-25 Thread Bob Sneidar via use-livecode
I'm still working on my first time flawless build! :-) Bob S > On Nov 9, 2019, at 16:32 , Tom Glod via use-livecode > wrote: > > I don't expect 100% first time flawlessness. But is there anything I > should keep in mind as I do this? ___ use-live

Re: Mobile development android vs ios

2019-11-10 Thread J. Landman Gay via use-livecode
That should work. My current app has a header and footer that are definitely Android Material design. To make the header like iOS I need to center the text and use a chevron instead of an arrow. There are other things like that, minor tweaks mostly, but if you have an original layout you're pro

Re: Mobile development android vs ios

2019-11-10 Thread Tom Glod via use-livecode
Thanks to you both for your valublue input. My plan was to use the same design for both using custom button controls vs native ones. The app does center around a book, but its not just that...there is a lot of functionality around it for the student. I'll try to make sure it looks unique enough

Re: Mobile development android vs ios

2019-11-10 Thread Sannyasin Brahmanathaswami via use-livecode
"Call me contrary". but the more I look at the Android UI the more I like the principles. I also seems that Apple likes it too. In iOS 13.2 they "finally" have a near 100% for delete an app, like Android. If you went with Android UI, and use your own icons and widgets, a) Apple won't complain,

Re: Mobile development android vs ios

2019-11-10 Thread J. Landman Gay via use-livecode
On 11/9/19 6:32 PM, Tom Glod via use-livecode wrote: I don't expect 100% first time flawlessness. But is there anything I should keep in mind as I do this? As Swami mentioned, if it works in Android it's likely to mostly work in iOS too. But depending on your layout, you may need to design di

Re: Mobile development android vs ios

2019-11-10 Thread Tom Glod via use-livecode
Thank you I will definitely test as soon as I am able to and definitely before submission. On Sat, Nov 9, 2019 at 9:32 PM Sannyasin Brahmanathaswami via use-livecode < use-livecode@lists.runrev.com> wrote: > After several years, I can say that if it works Android it will 'probably' > work f

Re: Mobile development android vs ios

2019-11-09 Thread Sannyasin Brahmanathaswami via use-livecode
After several years, I can say that if it works Android it will 'probably' work for iOS. Not always the other way. That is, after we get LC 9.6, as there are things now breaking on iOS, that work on Android. Also if you have friends with a iPhone, TestFlight will allow them to test the app. B

Mobile development android vs ios

2019-11-09 Thread Tom Glod via use-livecode
Hi Folks, After 6+ years with LC I am just now starting some mobile development. I don't currently own an ios device and would like to just carry on development on android assuming that if I do a good and careful job my application will work on ios when I finally make the builds. I don't expect