Hi Im not sure, whether my question right or wrong...
Im thinking to write some vb.net code, which can be excecuted in andriod, IOs and windows 7/8 Platforms is it possible? any Ide for vb.net for apps? Pls suggest.
and another requirement is how can i develop asp.net webpage which can run on andriod, IOs and windows 7/8 Platforms in vb.net
Such an application can be made using rather more general tools such as the combination of: jQuery Mobile, CSS and HTML5
(there are books dedicated to jQuery Mobile), I think you can develop Android application using Visual Studio, but I am not
sure about the language, as I dont think that VB can be used for such different platforms
any mobile with a web browser (all smartphones have 1) are able to open any web site that can be viewed
in normal desktop/laptop comuter
If you want to develop web application for mobiles (not the typical web site), then Yes it is possible, but again
not sure about VB able to do it for cross platform
However windows mobile OS version applications can be developed using VB
General ASP.NET website works fine in all Mobile browsers[Apple iPhone, Android, Windows Phone, BlackBerry etc.,]. Just add the following META tag to make the website mobile compatible -
Member
54 Points
419 Posts
Mobile development vb.net related questions
Dec 27, 2012 11:58 AM|bsarahim|LINK
Hi Im not sure, whether my question right or wrong...
Im thinking to write some vb.net code, which can be excecuted in andriod, IOs and windows 7/8 Platforms is it possible? any Ide for vb.net for apps? Pls suggest.
and another requirement is how can i develop asp.net webpage which can run on andriod, IOs and windows 7/8 Platforms in vb.net
Any pointers appreciated
Contributor
2171 Points
713 Posts
Re: Mobile development vb.net related questions
Dec 27, 2012 12:05 PM|usman400|LINK
Such an application can be made using rather more general tools such as the combination of: jQuery Mobile, CSS and HTML5
(there are books dedicated to jQuery Mobile), I think you can develop Android application using Visual Studio, but I am not
sure about the language, as I dont think that VB can be used for such different platforms
any mobile with a web browser (all smartphones have 1) are able to open any web site that can be viewed
in normal desktop/laptop comuter
If you want to develop web application for mobiles (not the typical web site), then Yes it is possible, but again
not sure about VB able to do it for cross platform
However windows mobile OS version applications can be developed using VB
Star
14065 Points
3270 Posts
Re: Mobile development vb.net related questions
Dec 27, 2012 12:20 PM|roopeshreddy|LINK
Hi,
General ASP.NET website works fine in all Mobile browsers[Apple iPhone, Android, Windows Phone, BlackBerry etc.,]. Just add the following META tag to make the website mobile compatible -
Regarding developing ASP.NET Mobile webapplications, check the following links -
http://asp.net/mobile
You can't develop cross platform apps using VB.NET! It allows to develop application which can be installed on Windows Phone devices!
But, if you choose to develop using C#, then we have Xamarin - http://xamarin.com/
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
Member
54 Points
419 Posts
Re: Mobile development vb.net related questions
Dec 27, 2012 12:33 PM|bsarahim|LINK
thanks
Can I upload the code written in xamarin.com into applestore, windowstore,googlestore, where apps can be downloaded?
Star
14065 Points
3270 Posts
Re: Mobile development vb.net related questions
Dec 27, 2012 12:44 PM|roopeshreddy|LINK
Hi,
Yeah! Obviously!
Roopesh Reddy C
Roopesh's Space