ElektroStudios
ElektroStudios

Reputation: 20464

How I can develop an Android application under VisualBasic.Net in VisualStudio?

I would like to develop an Android application using VB.Net language under VisualStudio, for this task I heard about Xamarin framework for VisualStudio, but it only seems to install Android projects for C# language.

My needs as the needs of many other programmers are very simple, just as I said I would like to start developing an Android application using VB.Net language under VisualStudio, I hope is there an existing Xamarin workaround or another alternative to accomplish this task, because it is a global demand/requisite.

What can I do?, I'm not planning a transition to C# or moving to another IDE than VisualStudio.

Upvotes: 3

Views: 333

Answers (1)

TheCrimulo
TheCrimulo

Reputation: 461

I think recently they added portable libraries for using VB.Net, you can have more information on the Xamarin Developer Guides (http://developer.xamarin.com/guides/cross-platform/application_fundamentals/pcl/portable_visual_basic_net/)

Upvotes: 1

Related Questions