Click here to Skip to main content
15,886,067 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Urgent MC2100 motorola Pin
delphix520-Sep-15 7:52
delphix520-Sep-15 7:52 
GeneralRe: Urgent MC2100 motorola Pin
Richard MacCutchan20-Sep-15 22:10
mveRichard MacCutchan20-Sep-15 22:10 
QuestionDeveloping WP8 database app Pin
aashish_960111-Jul-15 12:36
aashish_960111-Jul-15 12:36 
AnswerRe: Developing WP8 database app Pin
Afzaal Ahmad Zeeshan18-Aug-15 4:52
professionalAfzaal Ahmad Zeeshan18-Aug-15 4:52 
QuestionHow to ODBC from VB 3.5 .Net CF app on WM 6.5 device Pin
Aaron Hartley12-May-15 11:05
Aaron Hartley12-May-15 11:05 
AnswerRe: How to ODBC from VB 3.5 .Net CF app on WM 6.5 device Pin
Herman<T>.Instance18-Aug-15 1:30
Herman<T>.Instance18-Aug-15 1:30 
QuestionWhat do you think about Cross-platform mobile development? Pin
Dadecki7-May-15 23:27
Dadecki7-May-15 23:27 
AnswerRe: What do you think about Cross-platform mobile development? Pin
Afzaal Ahmad Zeeshan12-May-15 22:35
professionalAfzaal Ahmad Zeeshan12-May-15 22:35 
If you do not have enough developers to complete application development process for every platform separately then you should go with these frameworks and engines to use the same code. It would buy you enough time to build full-featured applications and then let the engine do its work to build the cross-platform applications, using that same source.

I have tried Xamarin and Apache Cordova both. My views on them are,

Xamarin

Xamarin is developed using .NET framework tools and assemblies, it can be developed in Visual Studio also. So if you're good at Visual Studio and .NET framework then you should try out Xamarin. There are different packages that you can try out.

You can also develop applications in Xamarin that run on Android, iOS and Windows platform. However, running iOS emulator would require a near network connected Mac.

Good news is that Visual Studio Community 2015 comes shipped with cross-platform tools for Android, iOS and Windows Phone using Xamarin. It installs the SDK, creates the Virtual Devices and sets up the environment for you to start developing application. You also require a Xamarin account.

Android NDK is used to natively compile the source code in to Android applications.

Apache Cordova

Apache Cordova is based on HTML, CSS and JavaScript to create the cross-platform applications. If you have done web development before then this framework would suit you. It uses HTML to generate the views and JavaScript to handle everything.

I did not love it, because this code runs in the WebView. All of your application's source code is wrapped in side that WebView. Only Windows Phone is able to run the application natively, because .NET framework supports HTML/JavaScript based applications. Other platforms use a WebView to view your application's content as a website or web application.

If you really have to do something like this. Why not create a website in the very first place?

Rest is now up to you. Select the framework that suits you! Smile | :)
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

AnswerRe: What do you think about Cross-platform mobile development? Pin
Dominic Burford5-Jun-15 5:46
professionalDominic Burford5-Jun-15 5:46 
AnswerRe: What do you think about Cross-platform mobile development? Pin
Anil Vaghasiya14-Jul-15 20:00
professionalAnil Vaghasiya14-Jul-15 20:00 
Questionerror message windows phone Pin
dipesh_karmakar20-Apr-15 19:05
dipesh_karmakar20-Apr-15 19:05 
QuestionNeed to parse the XML data Windows store app C# Pin
Hari-CodeBlogger19-Apr-15 14:07
Hari-CodeBlogger19-Apr-15 14:07 
AnswerRe: Need to parse the XML data Windows store app C# Pin
Richard MacCutchan19-Apr-15 21:46
mveRichard MacCutchan19-Apr-15 21:46 
GeneralRe: Need to parse the XML data Windows store app C# Pin
Hari-CodeBlogger20-Apr-15 2:50
Hari-CodeBlogger20-Apr-15 2:50 
GeneralRe: Need to parse the XML data Windows store app C# Pin
Richard MacCutchan20-Apr-15 2:57
mveRichard MacCutchan20-Apr-15 2:57 
QuestionCall dynamic a form by name Pin
Pedro Manuel17-Apr-15 4:33
Pedro Manuel17-Apr-15 4:33 
AnswerRe: Call dynamic a form by name Pin
Herman<T>.Instance18-Aug-15 1:31
Herman<T>.Instance18-Aug-15 1:31 
QuestionMessage Removed Pin
14-Apr-15 20:48
naazsaba32114-Apr-15 20:48 
QuestionIsolated Storage Pin
Member 115824517-Apr-15 6:14
Member 115824517-Apr-15 6:14 
AnswerRe: Isolated Storage Pin
Dadecki5-May-15 20:29
Dadecki5-May-15 20:29 
QuestionMobile app universal Pin
Bastien Vandamme5-Apr-15 5:31
Bastien Vandamme5-Apr-15 5:31 
AnswerRe: Mobile app universal Pin
Richard MacCutchan5-Apr-15 5:42
mveRichard MacCutchan5-Apr-15 5:42 
AnswerRe: Mobile app universal Pin
Dadecki4-May-15 21:45
Dadecki4-May-15 21:45 
Questionhow to create a chart from a database in android eclipse .. please help me :D Pin
Pungkas Soebarkah24-Mar-15 23:23
Pungkas Soebarkah24-Mar-15 23:23 
AnswerRe: how to create a chart from a database in android eclipse .. please help me :D Pin
Richard MacCutchan25-Mar-15 5:43
mveRichard MacCutchan25-Mar-15 5:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.