Build hybrid apps with the Ionic Creator
ionicframework.com
Build hybrid apps with the Ionic Creator
1–10 of 33 posts
Re: Build hybrid apps with the Ionic Creator
#2Annoying.
Re: Build hybrid apps with the Ionic Creator
#3Re: Build hybrid apps with the Ionic Creator
#4I'm not familiar with Ionic. It describes itself as a framework for Hybrid apps, which sounds interesting, but all I can see described on the website is html and css. Anyone mind enlightening me on what that means here?
I'd recommend it if you need to make an angular app look and behave like a native app as much as possible.
Unfortunately if you want to deviate from ionic's currently small pool of iOS-ish design metaphors, then it's not flexible at all, that's what you sacrifice for having everything else work with minimum fuss. I believe they are working on remedying this, there's lots of stuff on the issue tracker about enabling iOS Mail style layouts and so on.
In the end, it's just angular, and ui-router: this is its strength. Take a look at the repo.
Re: Build hybrid apps with the Ionic Creator
#5I'm not familiar with Ionic. It describes itself as a framework for Hybrid apps, which sounds interesting, but all I can see described on the website is html and css. Anyone mind enlightening me on what that means here?
Re: Build hybrid apps with the Ionic Creator
#6I'm not familiar with Ionic. It describes itself as a framework for Hybrid apps, which sounds interesting, but all I can see described on the website is html and css. Anyone mind enlightening me on what that means here?
The resulting applications are hybrid, meaning that they are neither truly native (because all layout rendering is done via web views instead of the platform's native UI framework) nor purely web-based (because they are not just web apps, but are packaged as apps for distribution and have access to native device APIs).
The awesome thing about Ionic is that you have suite of cool widgets and components that are commonplace in mobile like the a header, sidemenu etc. (most of these are created using AngularJS directives). So instead of hand crafting the code for these UI elements, Ionic gives you a nice starting point to build such kinds of apps quickly and easily.
Ionic's toolchain is also delightful to use and much less intimidating than Cordova (or Phonegap) IMHO. If you're looking at building a mobile app which does not require esoteric native APIs and want it to deploy on multiple platforms - give Ionic a shot.
Re: Build hybrid apps with the Ionic Creator
#7Re: Build hybrid apps with the Ionic Creator
#8I cant't find either pricing or other hints of a valid business model anywhere. That makes me a bit wary to try it out - how long can ionic exist without income?
With the additional funding, the founders plan to now focus solely on developing Ionic further, with plans to improve gestures and animations, plus roll out mobile services in 2014 that would make using Ionic a viable alternative to native app development. Areas of focus include things like analytics, notifications, and testing service. These would help the company generate revenue from its free platform.
Source: http://techcrunch.com/2014/03/10/drifty-makers-of-the-ionic-...
Re: Build hybrid apps with the Ionic Creator
#9"Totally free!
We want to help more web and mobile developers become hybrid developers with Ionic. Having great tools like Creator will lower the bar for getting started with mobile development in general, and we love that!
To achieve this dream, we have decided to make the Ionic Creator 100% free. While we might charge in the future for heavy usage, we will always have a free version of Creator available, so you can quickly build Ionic and Cordova apps."
Re: Build hybrid apps with the Ionic Creator
#10I cant't find either pricing or other hints of a valid business model anywhere. That makes me a bit wary to try it out - how long can ionic exist without income?
Drifty (creators of Ionic) recently raised a million dollars in funding. With the additional funding, the founders plan to now focus solely on developing Ionic further, with plans to improve gestures and animations, plus roll out mobile services in 2014 that would make using Ionic a viable alternative to native app development. Areas of focus include things like analytics, notifications, and testing service. These wo…