Xamarin
-
I have noticed that Xamarin appears to be quite a favoured topic for Articles, Blogs and Tips at the moment. I haven't used it, I have had a look at the website, sounds / looks good, but the question is: Is it really? Does it justify its price? Just curious.........
I did a fairly extensive evaluation of cross platform frameworks last fall. Xamarin looked great at first. The more I looked into it, the less impressed I became. The first shock was the price (they charge $1000 a year per developer per platform.) What you get for that price falls short. I wasn't impressed with the support nor the maturity of Xamarin itself--there's too much "lead you up to the edge of the cliff and then leave." A lot has changed in the last nine months, so your mileage may vary. (FYI, I chose to go with Qt. I found it more mature and it gave us the performance we needed. Unfortunately, that project has since been cancelled, so it was all for naught.)
-
Ravi Bhavnani wrote:
if it's acquired by MS and
abandons it in two years. FTFY
You'll never get very far if all you do is follow instructions.
:sigh: Probably right... Still, could be worse: acquired by Corel and filled chock-full of bugs?
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
snorkie wrote:
I don't want to be bothered to learn Java/Eclipse
I gave up after about ten minutes. Xamarin might be something I could use, but as I only use free development tools (VS Express, SQL Server Express, etc.) I may never know.
You'll never get very far if all you do is follow instructions.
There is a free version but it is very limited in usefulness
-
I have noticed that Xamarin appears to be quite a favoured topic for Articles, Blogs and Tips at the moment. I haven't used it, I have had a look at the website, sounds / looks good, but the question is: Is it really? Does it justify its price? Just curious.........
DaveAuld wrote:
Does it justify its price?
And what about performance?
Mobile Apps - Football Doodles | Sound Meter | Color Analyzer | SMBC
-
DaveAuld wrote:
Does it justify its price?
And what about performance?
Mobile Apps - Football Doodles | Sound Meter | Color Analyzer | SMBC
-
Performance as in "The application is lightning fast" or as in "The developper is lightning fast" ?
-
Performance as in "The application is lightning fast" or as in "The developper is lightning fast" ?
-
I have noticed that Xamarin appears to be quite a favoured topic for Articles, Blogs and Tips at the moment. I haven't used it, I have had a look at the website, sounds / looks good, but the question is: Is it really? Does it justify its price? Just curious.........
Static linking to .NET makes for big footprints. No-one likes bloat.
I wanna be a eunuchs developer! Pass me a bread knife!
-
I have noticed that Xamarin appears to be quite a favoured topic for Articles, Blogs and Tips at the moment. I haven't used it, I have had a look at the website, sounds / looks good, but the question is: Is it really? Does it justify its price? Just curious.........
Go for Qt. The offer the same capabilities, only that it's in ol' fashioned C++ and you can use it for free as long as you publish the product under the GPL.
The console is a black place
-
DaveAuld wrote:
Does it justify its price?
And what about performance?
Mobile Apps - Football Doodles | Sound Meter | Color Analyzer | SMBC
-
I have noticed that Xamarin appears to be quite a favoured topic for Articles, Blogs and Tips at the moment. I haven't used it, I have had a look at the website, sounds / looks good, but the question is: Is it really? Does it justify its price? Just curious.........
I looked into it and read a lot about it last fall... You still need to know how the platforms works, you still need to know how to make the different userinterfaces for android and IOS, and you need a mac in order to develop and debug IOS apps. I read about a lot of problems with debugging IOS apps, from the Xamarin IDE. I went with ADK (Eclipse) and Xcode and have never looked back. Objective-C kan be a bitch to learn, but once you get the hang of it, it's an okay language. Java is quite easy when you are used to C#.
- Anders