简体   繁体   English

我可以使用单一的跨平台语言开发一个多平台项目--windows / Android-吗?

[英]can i develop a multiple platform project -windows/Android- entirely with a single cross-platform language?

as i'm still learning, i'm not sure what tools, frameworks, even languages i'm gonna work with.. 因为我还在学习,我不确定哪些工具,框架,甚至是我要使用的语言......

so i'm working on a simple project that got windows side and android side.. that obviously needs at least 2 languages to get it done, but it's impossible that i can learn those languages and know how to deal with their frameworks to get the job done 所以我正在开发一个简单的项目,它有windows端和android端..显然需要至少2种语言来完成它,但我不可能学习这些语言并知道如何处理他们的框架来获得任务完成

so is there a language i can develop the entire project(windows & android) with, and without need to any other language no matter what or how many tools or methods im gonna use to make it work? 那么是否有一种语言我可以开发整个项目(windows和android),而不需要任何其他语言,无论使用什么或多少工具或方法来使其工作?

-note: i know java is essential for the android side, so that's the point im talking about.... "entirely" -note:我知道java对于android方面至关重要,所以这就是我所说的......“完全”

I would recommend you giving a loot at Flutter , it's not like native windows but it can produce applications for Android, iOS and web with a single codebase. 我建议你在Flutter上给一个战利品,它不像本机窗口,但它可以用单个代码库为Android,iOS和web生成应用程序。 It's really intuitive to use and the apps built with it work really well. 它非常直观,使用它构建的应用程序非常好用。

你也可以看看React Native,你需要一个Native应用程序,你必须使用Java作为核心语言,如果不对它进行试验

I notice you've tagged this with C#. 我注意到你用C#标记了这个。 To answer your question: that. 回答你的问题:那个。 You can write Android apps in it as well via a library called Xamarin that Microsoft bought out and has integrated into the platform. 你也可以通过一个名为Xamarin的库来编写Android应用程序,这个库是微软收购并集成到平台中的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM