Live data from Hacker News

How we built our app in 2 weeks using Ionic Framework

airport-parking-shop.co.uk

11–20 of 101 posts

Re: How we built our app in 2 weeks using Ionic Framework

#11

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.)

Just opened this up to all territories. Might take some hours to appear in itunes though.

Re: How we built our app in 2 weeks using Ionic Framework

#12
post #7

How 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.

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

#13
post #7

Earlier 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)

Try Gatwick, any dates and you should get some results (the smaller airports have less availability for parking starting tomorrow).

Re: How we built our app in 2 weeks using Ionic Framework

#14
post #8

It'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

#15
Nice looking app!

You'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

#17
post #14
post #8

It'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.

No worries, these things may happen :)

Re: How we built our app in 2 weeks using Ionic Framework

#18
Just 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 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

#20

Just 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…

I guess whilst using Cordova on it's own was also possible, it would, like you said, also involve including/setting up multiple libs. Ionic just sets you up with very solid boilerplate and then also comes boxed with awesome UI components. For us the slight overhead was definitely a good trade-off.
Post reply on HN