Earlier quoted context omitted.
Yes, annoying that Ionic wants to beta test their new software package. How annoying of them.
Yes, but it's not an instant access beta program. So whilst I appreciate they want to beta it, I'd like to have a little play knowing that it's in beta.
Build hybrid apps with the Ionic Creator
21–30 of 33 posts
Re: Build hybrid apps with the Ionic Creator
#22I see 37 Signals is making this approach work, too (albeit with different tools): http://signalvnoise.com/posts/3766-hybrid-how-we-took-baseca...
Re: Build hybrid apps with the Ionic Creator
#23I'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?
It's angular, with cordova/phonegap packaged alongside it, and then a whole load of ionic sauce in the form of css and angular directives to make the thing work on mobiles in a polished way. They're doing stuff like catching every touch event and doing debouncing, while actually improving performance. Some of it is quite impressive. I'd recommend it if you need to make an angular app look and behave like a native app…
For example, getting ion-side-menu to work was difficult for some reason. Looking at the documentation now, it shows that the directive is a child of ion-side-menus and a sibling of ion-side-menu-content. I'm not sure if that was always there, but I didn't notice it until now. The framework has been going through some change as well, so some of the examples out there are already outdated.
Regardless, I think Max and the guys at Drifty are doing great. And it's exciting to see a Madison getting mentioned in the development community. Nice work guys.
Edit: Ionic, not Angular
Re: Build hybrid apps with the Ionic Creator
#24Re: Build hybrid apps with the Ionic Creator
#25[deleted]
Re: Build hybrid apps with the Ionic Creator
#26I'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?
It's angular, with cordova/phonegap packaged alongside it, and then a whole load of ionic sauce in the form of css and angular directives to make the thing work on mobiles in a polished way. They're doing stuff like catching every touch event and doing debouncing, while actually improving performance. Some of it is quite impressive. I'd recommend it if you need to make an angular app look and behave like a native app…
The cool thing about Famo.us is that you can express animations imperatively, and the framework enables those animations to be GPU accelerated (i.e. "buttery smooth".) So imagine if jQuery animations were performant. Add AngularJS to the mix and you get a pretty powerful mobile app framework.
The flipside with regard to Ionic is that there are (as of yet) fewer full-blown UI widgets like Ionic provides [though there are some nice ones like LightBox in the Famo.us core], so though you aren't boxed in, you also don't get quite the same "one directive and done" simplicity that you get when you're working with-the-grain with Ionic.
Re: Build hybrid apps with the Ionic Creator
#27Surely this approach has gotta get some serious uptake soon/finally? For your average CRUD app, coding in iOS and Android (and web) makes little sense. Titanium was promising before it made the big shift to Alloy. Jquery Mobile is oddly "meh". Ionic looks quite nice so far. I see 37 Signals is making this approach work, too (albeit with different tools): http://signalvnoise.com/posts/3766-hybrid-how-we-took-baseca...
Re: Build hybrid apps with the Ionic Creator
#28Re: Build hybrid apps with the Ionic Creator
#29Earlier quoted context omitted.
It's angular, with cordova/phonegap packaged alongside it, and then a whole load of ionic sauce in the form of css and angular directives to make the thing work on mobiles in a polished way. They're doing stuff like catching every touch event and doing debouncing, while actually improving performance. Some of it is quite impressive. I'd recommend it if you need to make an angular app look and behave like a native app…
I've been using Ionic for about a month now. For the most part, it's a great tool to get something off the ground. I'm not positive if it'll hold up to our expectations of a native app yet, but I'm optimistic. I have had a few issues as well though. Most of it has to do with understanding the intended app structure. The documentation is getting better though. For example, getting ion-side-menu to work was difficult f…
In regards to the CSS, I find myself customizing more and more of it as time goes on. I think that's to be expected. The important thing is Ionic provides a solid foundation to build on. I'm thus able to focus on the design right away instead of getting stuck in the weeds.
Re: Build hybrid apps with the Ionic Creator
#30If only it were actually this easy to set up ( http://ionicframework.com/getting-started/ ) - just spent 45 mins trying to get it working with an android target on an ubuntu box and I've had enough, uninstalling everything