Live data from Hacker News

Ask HN: Help!! Need to learn to build stuff - within 2 weeks!

news.ycombinator.com

11–13 of 13 posts

Re: Ask HN: Help!! Need to learn to build stuff - within 2 weeks!

#11

Why the 2 week time limit? Anyway, you could probably set up a site on Heroku and start building something with Ruby on Rails pretty quickly. It would be a marginal task to connect a jQuery Mobile application to the RoR app on Heroku. I think you should learn jQuery and jQuery Mobile if you want to build a mobile application, then use PhoneGap to build it for both Android and iPhone. The quickest way to start buildin…

I started doing this yesterday (RoR), it took me the whole day just setting up on a Windows box - like all of 12 hours yesterday! Thanks for the detailed explanation, super helpful. I will dive right in. Why: I sold the idea, too well maybe, and now must deliver. "Building in HTML / CSS / JavaScript (using jQuery) will be the quickest way to a front-end, building it with PhoneGap will be the quickest way to Mobile, a…

Good Luck! If you want, I could help you with some specifics, point you in the right direction, help you troubleshoot a bit if you'd like. Let me know!

Re: Ask HN: Help!! Need to learn to build stuff - within 2 weeks!

#13
post #12

Try http://www.appcelerator.com/ - you can easily have a basic app up & running with JS in no time. Take a look at the kitchen sink demo and just rip out/adapt the parts you need.

Why this instead of PhoneGap?

PhoneGap wraps everything inside a webview so there is no actual native code. Titanium maps to native elements so you can use real UI elements and in my experience at least (based off an older PhoneGap version admittedly), Titanium apps run much faster and smoother.
Post reply on HN