Does anyone have any real world examples of Trigger.io apps? How's it compare to other services like PhoneGap?
I will be working on an iOS app shortly and am curious about Trigger.io. Parse looks like something I would definitely be able to use, but Trigger.io and the like make me uneasy. I don't want a crappy user experience.
So, has anyone created an app with Trigger that can be compared to or is indistinguishable from a native application (i.e. not HTML wrapped in a UIWebView)?
I was working on an unpublished trigger app at OkCupid Labs until recently. There's one EPIC WIN vs phonegap, which is that you never need to fire up xcode or eclipse. Builds happen on the command line and are way faster than native app builds.
There's one downside that's pretty severe: it's impossible to write native ui components (outside of the few they offer). We didn't care.
> So, has anyone created an app with Trigger that [is] not HTML wrapped in a UIWebView?
Trigger is a way to create an app that is HTML wrapped in a UIWebView (and has access to native camera apis, etc), so, no, nobody has ever created such an app.
Whoops. That's my bad. Not sure what I why I typed that to begin with.
So do you think it would be a good idea to use Trigger if: a) I needed an end result fast, and b) I am not creating a game?
I have not done practical iOS development before so I don't know what I will be missing or what I will need if I go with Trigger instead of a native iOS application.
Why don't you answer them in this forum, where others can read?
EDIT: I speculate that he wants to answer privately, because he will say something negative about competitors. I think that's a bad practice - if you are willing to email a user a statement, you should be willing to make it in public.
For the record, he did not say anything bad about competitors. He just made it known that he really likes Trigger, thinks it's good unless creating something complex like a game, and offered me help if needed.
I will be working on an iOS app shortly and am curious about Trigger.io. Parse looks like something I would definitely be able to use, but Trigger.io and the like make me uneasy. I don't want a crappy user experience.
So, has anyone created an app with Trigger that can be compared to or is indistinguishable from a native application (i.e. not HTML wrapped in a UIWebView)?