Mobile app universal
-
What are the possibilities IDE, language and tools to build an mobile app for iphone, android and windows phone. Is this possible with visual studio without plugins ?
-
What are the possibilities IDE, language and tools to build an mobile app for iphone, android and windows phone. Is this possible with visual studio without plugins ?
-
What are the possibilities IDE, language and tools to build an mobile app for iphone, android and windows phone. Is this possible with visual studio without plugins ?
Hello, There are some ways to write one application for three mobile platforms (Windows Phone, iOS and Android). You must remember that those solutions are not good enough and you will never achieve as good application quality as writing it natively. You can write common code for logic, but the main problem is with design and some functionality points that are specific for each platform. You can try solutions I presented below: 1) Xamarin Forms: https://xamarin.com/platform[^] 2) Apache Crodova: https://xamarin.com/platform[^] 3) Ionic: http://ionicframework.com/[^]