Re: react-native/flutter opinions

2020-09-29 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: react-native/flutter opinions @3It's an app for viewing Three Rings shifts and other volunteers ETC. Only useful if you volunteer for Samaritans or Nightline... may be other organisations using Three Rings that I don't know about.It's on my Github if you want to see

Re: react-native/flutter opinions

2020-09-28 Thread AudioGames . net Forum — Developers room : Phoenix009 via Audiogames-reflector
Re: react-native/flutter opinions HiI've been using React Native with Expo for over a year now, and I can say that, especially if you're already into the JS space, RN is going to feel very very at home.I have not played around with flutter as much, however. I did look at it an

Re: react-native/flutter opinions

2020-09-28 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: react-native/flutter opinions Xamarin is still an alternative as well. I developed an app about 1 or 1 1/2 years ago and it worked fine under iOS and UWP in terms of accessibility. You'll use C# with Xamarin though, so thats something different again, which might be an advanta

Re: react-native/flutter opinions

2020-09-28 Thread AudioGames . net Forum — Developers room : mechaSkyGuardian via Audiogames-reflector
Re: react-native/flutter opinions thank you. for some reason all the topics I see here asking about mobile app development suggest either Java or Swift but no one else has suggested these two frameworks URL: https://forum.audiogames.net/post/575094/#p575094 -- Audiogames-reflector

Re: react-native/flutter opinions

2020-09-28 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: react-native/flutter opinions O no, sorry, it's Windows 98 that we have in a browser.  My bad.  The point still stands though. URL: https://forum.audiogames.net/post/575088/#p575088 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: react-native/flutter opinions

2020-09-28 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: react-native/flutter opinions It's not slower by enough to matter unless you're going to do highly graphical apps.  If the goal here is a game, you will run into other problems with them before you get to slowness as an issue, namely no good  story for audio.  If you're

Re: react-native/flutter opinions

2020-09-28 Thread AudioGames . net Forum — Developers room : mechaSkyGuardian via Audiogames-reflector
Re: react-native/flutter opinions another thing I’ve come across is just native development. For example Java for android and swift for iOS. I’ve heard that react native/flutter have slower performance compared to native development URL: https://forum.audiogames.net/post/575081/#p575081

Re: react-native/flutter opinions

2020-09-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: react-native/flutter opinions React Native uses native controls of the platform it's on and has explicit accessibility support.  Dart doesn't use the native controls of the platform it's on, but also has explicit accessibility support, and Chris Norman has used it and

Re: react-native/flutter opinions

2020-09-27 Thread AudioGames . net Forum — Developers room : mechaSkyGuardian via Audiogames-reflector
Re: react-native/flutter opinions just curious. What app did you publish to the play store? URL: https://forum.audiogames.net/post/574743/#p574743 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: react-native/flutter opinions

2020-09-27 Thread AudioGames . net Forum — Developers room : chrisnorman7 via Audiogames-reflector
Re: react-native/flutter opinions Hi,I've not used Reactive Native, but I have an app on the Play Store written with Flutter, so I guess it's all accessible, and easy enough to use.II've not go t amac to make stuff work for iOS, so someone else will have to comment on

react-native/flutter opinions

2020-09-27 Thread AudioGames . net Forum — Developers room : mechaSkyGuardian via Audiogames-reflector
react-native/flutter opinions over the past couple of months I have grown towards the idea of building a mobile application. there are two frameworks that seem good. React-native which uses _javascript_  and flutter which uses a programming language called dart. For people who have worked