Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android - Develop apps using Visual Basic

Tags:

android

vb.net

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

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

like image 209
Bone Avatar asked Nov 10 '22 12:11

Bone


1 Answers

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

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

like image 184
Parrybird Avatar answered Nov 14 '22 23:11

Parrybird