+ 4
Xamarin with C# cross-platform apps
Whatâs the best approach/language for cross platform mobile apps? Some people might learn java for Android & Swift for IOS, but for someone who wants to be practical, whatâs the easiest way to make apps for both devices? Xamarin & C#?
1 RĂ©ponse
+ 6
for me one of the easiest way to make cross-platform apps is React Native;
React Native is a mobile framework that compiles to native app components, allowing you to build native mobile applications (iOS, Android, and Windows) and it's open sourced by Facebook
check this out:
https://facebook.github.io/react-native/
https://facebook.github.io/react-native/docs/tutorial.html
https://www.raywenderlich.com/178012/react-native-tutorial-building-android-apps-javascript
https://www.icicletech.com/blog/top-10-editors-for-react-native
https://scotch.io/tutorials/make-a-mobile-app-with-reactjs-in-30-minutes
Hope that will help. ^_^