如何开发跨平台移动应用程序



因此,我正在尝试开发一个移动应用程序。我是新手,我对如何制作应用程序跨平台感到非常困惑。我有没有办法编写代码并使iOS和Android用户可用的方法?如果是这样,您建议这样做什么工具?我一直在研究它,但在任何地方都没有得到明确的答案。谢谢。

React本地广泛使用,广泛支持的解决方案以制造跨平台本机应用程序。引用React本地自己的网站:
"A React Native app is a real mobile app. The apps you are building with React Native aren't mobile web apps because React Native uses the same fundamental UI building blocks as regular iOS and Android apps. Instead of using Swift, Kotlin or Java, you are putting those building blocks together using JavaScript and React."

React本地的另一个卖点是
"React Native combines smoothly with components written in Swift, Java, or Objective-C. It's simple to drop down to native code if you need to optimize a few aspects of your application"

当然,当然是由 Facebook,Instagram,Uber,Skype,Tesla,Tesla,Bloomberg,Pinterest,Pinterest 使用了React Native。我亲自将其用于个人和专业项目。

,但这完全取决于您是否已经知道JavaScript。

有很多框架这样做,一些最常用的框架是扑朔迷离,xamarin和反应本机

我从未使用过任何一个,但是您可以在网络上找到有关每种效果的更多信息。请记住,与真正的本机解决方案相比,所有这些都会有一些缺点。

kotlin也支持Crass Platform应用程序开发

最新更新