Reputation: 93
This is going to be quite a hectic question and im hoping that you can all Bear with me.
Im having difficulty fully understanding some things about mobile App development.
So my Main question is : What is the difference between Telerik Platform and Xamarin ? Dose it just depending on what you are more comestible with, Like if you are a c# developer and know the .Net framwork, Then use Xamarin or is it alot more complex than that ? As i know that Telerik uses Javascript, so is it more of an open dev based mobile app ? Which is better for the future of mobile development as i want to move in the right direction.
As an Extra: Has anyone heard of Dart ? i found out about it last week and haven't had much time to Read up on it, but it looks like a web based solution from google.
Upvotes: 2
Views: 3407
Reputation: 657731
Dart is a modern open source programming language that allows to write concise code
async
/await
, Future
(Promise
), Stream
(Observable
), ...Supports lots of platforms
Dart can be transpiled to JavaScript (to-TypeScript is work in progress)
dart:html
library that for browser abstraction that makes most polyfills redundantUpvotes: 0
Reputation: 3157
In Xamarin you can build native applications for Android and iOS system. It is also possible to write them for Windows Phone. Xamarin uses C# language. Apps are created natively using Xamarin wrappers. There are two options for creating apps in Xamarin:
1) Xamarin.Forms is best for:
2) Xamarin.iOS & Xamarin.Android are best for:
Telerik Platform is good for web developers who want to create mobile apps:
Hope this will help.
Please also see this (I asked about Xamarin and Apache Cordova): http://www.codeproject.com/Forums/13695/Mobile.aspx
Upvotes: 7
Reputation: 1625
All of the mentioned framework do the same thing in different ways, its totally depends upon your skillset and interest which framework you find easy to understand or find interesting.
Each of those have their market in which you can grow. below are some links may help you.
http://www.telerik.com/campaigns/build-mobile-apps-with-dotnet
Upvotes: 2