I wanted to see how this app feels. Visiting the App Store, there is no app with this name. On my iPad, if I tap on your link, I am presented with (literally) a solid empty white square. Good job, Apple. So FYI for everyone else not in the UK, this app is only available in the UK App Store. (But I had to fire up my Mac to find out.)
How we built our app in 2 weeks using Ionic Framework
11–20 of 101 posts
Re: How we built our app in 2 weeks using Ionic Framework
#12How many people were on the team?
We only had a single dev working on the app, but our team of 5 helped out with designs, backend support etc. Already having the comparison API in place did help a lot.
Re: How we built our app in 2 weeks using Ionic Framework
#13Earlier quoted context omitted.
We only had a single dev working on the app, but our team of 5 helped out with designs, backend support etc. Already having the comparison API in place did help a lot.
What are some default input values for the app that make it work when testing it out? :) (i have no results found on first and second try)
Re: How we built our app in 2 weeks using Ionic Framework
#14It's funny that the Genymotion screenshot clearly shows "for personal use" :) The blog post says Genymotion "has a completely free option along with some paid options for larger groups of developers", which is a slightly different interpretation of what you can read on Genymotion website as the use cases there are divided between commercial and non-commercial. Still a nice read, good luck to you!
Re: How we built our app in 2 weeks using Ionic Framework
#15You're not doing promises right however :) `$http.get()` etc returns a promise, so you can do all transforms and logic via `.then()`. The only time you should ever use `$q.defer()` is when you're wrapping a non-promise API. The bluebird library has a nice write-up: https://github.com/petkaantonov/bluebird/wiki/Promise-anti-p...
Re: How we built our app in 2 weeks using Ionic Framework
#16Re: How we built our app in 2 weeks using Ionic Framework
#17It's funny that the Genymotion screenshot clearly shows "for personal use" :) The blog post says Genymotion "has a completely free option along with some paid options for larger groups of developers", which is a slightly different interpretation of what you can read on Genymotion website as the use cases there are divided between commercial and non-commercial. Still a nice read, good luck to you!
My bad, an honest oversight. We have purchased a license.
Re: How we built our app in 2 weeks using Ionic Framework
#18I suppose my only query is... why bother with ionic? This is such a simple application that it almost feels overkill, you could have used the cordova commandline tools along with libraries like iscroll and fastclick and you'd have had everything you've got here with less overhead...
Re: How we built our app in 2 weeks using Ionic Framework
#19Re: How we built our app in 2 weeks using Ionic Framework
#20Just installed it and I think this is the perfect sweet spot for this kind of wrapped webapp. The app is simple (but useful) and still leverages native things like the select combo and date time pickers. The transitions between the two screens are smooth and the list scrolling feels great. I suppose my only query is... why bother with ionic? This is such a simple application that it almost feels overkill, you could h…