最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - What is the Difference between Xamarin and Telerik Platform - Stack Overflow

programmeradmin8浏览0评论

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 estible with, Like if you are a c# developer and know the .Net framwork, Then use Xamarin or is it alot more plex 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.

Dartlang

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 estible with, Like if you are a c# developer and know the .Net framwork, Then use Xamarin or is it alot more plex 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.

Dartlang

Share Improve this question edited May 13, 2015 at 10:21 Biswajeet 3621 gold badge6 silver badges18 bronze badges asked May 13, 2015 at 8:57 Jody StocksJody Stocks 931 gold badge2 silver badges15 bronze badges 2
  • This is probably too broad, see How to ask. – lloyd Commented May 13, 2015 at 8:59
  • Hi there yea i thought as much, i just am not sure how to slim it down as this is all on my mind for a mobile app – Jody Stocks Commented May 13, 2015 at 9:06
Add a ment  | 

3 Answers 3

Reset to default 7

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:

  • Data entry apps
  • Prototypes and proofs-of-concept
  • Apps that require little platform-specific functionality
  • Apps where code sharing is more important than custom UI

2) Xamarin.iOS & Xamarin.Android are best for:

  • Apps that require specialized interactions
  • Apps with highly polished design
  • Apps that use many platform-specific APIs
  • Apps where custom UI is more important than code sharing

Telerik Platform is good for web developers who want to create mobile apps:

  • Here you can write html and javascript. Remember also that your apps on iOS and Android will be displayed in WebView (browser). Only Windows Phone apps can be written in html and javascript natively.

Hope this will help.

Please also see this (I asked about Xamarin and Apache Cordova): http://www.codeproject./Forums/13695/Mobile.aspx

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./campaigns/build-mobile-apps-with-dotnet

https://forums.xamarin./discussion/13686/the-future-benefits-of-xamarin-over-other-options-and-mobile-apps-replacing-websites

Dart is a modern open source programming language that allows to write concise code

  • built-in support for async/await, Future (Promise), Stream (Observable), ...
  • Supports lots of platforms

    • Server with the Dart-VM (Windows, OSX, Linux)
    • in the browser after to-JS transpilation
    • Android and iOS by Flutter https://flutter.io/
    • embedded systems by Dartino https://dartino/
  • Dart can be transpiled to JavaScript (to-TypeScript is work in progress)

  • extensive high-quality standard libraries
  • dart:html library that for browser abstraction that makes most polyfills redundant
  • shipped with lots of tools
    • package manager
    • analyzer/linter
    • debugger and profiling tools
    • test runner
    • Dartium development browser
    • ...
  • IDE support
    • easy integration using the IDE services the analyzer provides
    • Atom plugin
    • WebStorm/IntelliJ plugin
    • ...
发布评论

评论列表(0)

  1. 暂无评论