vb.net android - 使用 Visual Basic 开发应用程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/22050031/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-17 16:54:37  来源:igfitidea点击:

android - Develop apps using Visual Basic

androidvb.net

提问by Bone

is it possible to develop android apps using Visual Basic? if yes, how?

是否可以使用 Visual Basic 开发 android 应用程序?如果是,如何?

i have been working with it for a while and eclipse is quite difficult to use. i'd seriously prefer using VS

我已经使用它一段时间了,eclipse 很难使用。我真的更喜欢使用 VS

回答by Parrybird

MSDN has a fairly useful library articleabout cross-platform development in Visual Studio with links on how to install and use the Xamarin or Apache Cordova tools.

MSDN 有一篇关于 Visual Studio 中跨平台开发的非常有用的库文章,其中包含有关如何安装和使用 Xamarin 或 Apache Cordova 工具的链接。

Xamarin seems to only support C#, but maybe you could look at using a tool such as ILSpyto decompile a binary created from VB into C#

Xamarin 似乎只支持 C#,但也许您可以考虑使用ILSpy等工具将 VB 创建的二进制文件反编译为 C#

回答by R. Hodges

Yes, you can develop Android apps using Visual Basic. Look at the product called "B4A" (Basic4Android) by Anywhere Software.

是的,您可以使用 Visual Basic 开发 Android 应用程序。看看 Anywhere Software 的名为“B4A”(Basic4Android)的产品。

It's basically like developing in VB6 for Android, and has built-in visual designers and emulation connectivity. You write all code in BASIC and it compiles down to native Java and APK files. No special frameworks or runtimes are required. Unlimited in its capabilities due to its ability to use Java code in modules (if desired), it's a truly amazing product. it's also as popular as ever. 100% of the code you write will be in BASIC - NO JAVA, C#, or anything else). If you ever want to know where all the VB developers went, now you know.

它基本上就像在 VB6 for Android 中开发一样,并且具有内置的视觉设计器和仿真连接。你用 BASIC 编写所有代码,它编译成原生 Java 和 APK 文件。不需要特殊的框架或运行时。由于能够在模块中使用 Java 代码(如果需要),它的功能不受限制,这是一个真正了不起的产品。它也一如既往地受欢迎。您编写的代码 100% 将使用 BASIC - 没有 JAVA、C# 或其他任何东西)。如果您想知道所有 VB 开发人员都去了哪里,现在您知道了。

You're welcome. :-)

别客气。:-)

回答by Eminem

It is possible to develop android apps using VB.Net and Xamarin.Forms.

可以使用 VB.Net 和 Xamarin.Forms 开发 Android 应用程序。

Xamarin allows you to develop cross platform apps using .Net framework - however, Xamarin users in most cases use C#.

Xamarin 允许您使用 .Net 框架开发跨平台应用程序 - 但是,Xamarin 用户在大多数情况下使用 C#。

Source - Xamarin.Forms using Visual Basic.Net

源 - Xamarin.Forms 使用 Visual Basic.Net

回答by Zanidd

Another way would be using ionic framework, cordova or phonegap (pretty much the same, with different GUI's).

另一种方法是使用离子框架、cordova 或 phonegap(几乎相同,具有不同的 GUI)。

You will code the app in JS, HTML and CSS and can compile it as native app for iOs, Android and other devices.

您将使用 JS、HTML 和 CSS 对应用程序进行编码,并可以将其编译为适用于 iO、Android 和其他设备的本机应用程序。

You can read more here

你可以在这里阅读更多

回答by Peurr

It would be possible yes, but I'd recommend you to take a look at Android Studio.

有可能是的,但我建议你看看Android Studio

It's a very nice IDE using Java to develop android applications.

这是一个非常好的IDE,使用Java 来开发Android 应用程序。

You can also use Intel XDK. Very easy to use and flexible in choosing a framework, like Ionicor Jquery Mobile.

您还可以使用英特尔 XDK。在选择框架时非常易于使用和灵活,例如IonicJquery Mobile