Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I create smart-phone apps on vb.net?

Status
Not open for further replies.

WhoWasMises

Programmer
Feb 26, 2009
16
0
0
US
Yes or no?

Is it possible to create vb.net apps for the iPhone? If not what about android?

Thanks.
 
No.

You can create
[ul]
[li]C# apps using Xamarin[/li]
[li]C++ apps using Marmalade[/li]
[li]Apps for apple devices using the Apple SDK in all sorts of languages except VB.net[/li]
[li]Apps for android devices using the Android SDK in Java or C[/li]
[/ul]

The problems with these "multi-device" systems are
[ul]
[li]The applications do not follow Apple or Android GUI styles - they are basically window styles[/li]
[li]Not all the widgets are available[/li]
[/ul]
 
So what's the recommended language for iPhone?

What's the recommended language for Android?

Thanks.
 
In case anyone's interested. Xojo has a visual basic based compiler that can be used to across platforms.

However, it's not very good and it seems out dated. Plus, they hardly let you use it before sending you a bunch of e-mails to upgrade (i.e. pay) for a licensed version.
 
Android - use Java and android SDK or C++ and Android NDK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top