TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Practical Guide to Mobile Apps Using Phonegap and Famo.us

131 pointsby nicholasreedalmost 11 years ago

11 comments

thebokehwokeh2almost 11 years ago
As someone working on a phonegap project, I&#x27;d really advise against committing to this framework for mobile app development. It is good for really quick and dirty proof of concept things for devices, but for fully fledged mobile apps on iOS and android, there is an enormous gap in terms of performance. In order to get performance at least on par with native, you&#x27;d have to sacrifice TONS in terms of user experience.<p>Want gestures? You&#x27;ll have to look towards things like iScroll and hammer.js, which work &quot;sometimes&quot;. Add that to framework issues, and momentum based scrolling that you will have to implement yourself numerous times... Oh boy. Basically, things that come out of the box on native will have to be manually implemented by yourself, and none of these solutions will even come close to native experiences.<p>Add this to the fact that phonegap documentation is all over the place, and all you will get are senseless headaches. Save yourself the frustration of hacking the web into a mobile device and go native all the way. You will thank your self later.
评论 #8183355 未加载
评论 #8183348 未加载
评论 #8185522 未加载
评论 #8183482 未加载
评论 #8184565 未加载
评论 #8183584 未加载
nicholasreedalmost 11 years ago
I&#x27;ve been working on putting my PhoneGap&#x2F;Famo.us knowledge into a consumable form. I hope this &quot;playbook&quot; (with the sample apps and examples) can be useful some folks who are building apps! It is still a WIP on both the copy and code ends, but I&#x27;ll be adding improvements consistently.
评论 #8183153 未加载
dchukalmost 11 years ago
Anyone done any comparisons of PG&#x2F;Famo.us with Ionic (<a href="http://ionicframework.com/" rel="nofollow">http:&#x2F;&#x2F;ionicframework.com&#x2F;</a>)? Seems Ionic is making a really strong case for hybrid app viability
评论 #8186326 未加载
评论 #8184089 未加载
评论 #8185671 未加载
评论 #8184271 未加载
评论 #8185497 未加载
lnanek2almost 11 years ago
Kind of sad the state PhoneGap push support is in. I checked the links and they have an if else for two completely different code branches for Android or iOS and don&#x27;t support anything else: <a href="http://www.practicalguidetomobileapps.com/resources/book/full_app/device_readyjs.html" rel="nofollow">http:&#x2F;&#x2F;www.practicalguidetomobileapps.com&#x2F;resources&#x2F;book&#x2F;ful...</a><p>Ideally you would support more platforms and not have to make any distinction in the JavaScript and could have a single code path. Right now I pay Pushwhoosh a hefty fee per month for exactly that.<p>I hate working with closed source stuff that I can&#x27;t bug fix and improve myself. Just the current state as evidenced by this guide is so far behind commercial offerings it would take months just to get it even comparable.
评论 #8183247 未加载
liquimoonalmost 11 years ago
Just downloaded the book! Thanks for making it free. You are very generous! I am looking to build a quick and dirty prototype for Tinder for X, and this is a great starting point for me. Thanks Nick!
angryasianalmost 11 years ago
I just tried out the ulu app on OnePlus(top of the line hardware) and in terms of performance I wouldn&#x27;t call this acceptable.
评论 #8183285 未加载
untogalmost 11 years ago
I&#x27;m still confused as to why I&#x27;d want to use famo.us over an open source UI framework. From these screenshots it doesn&#x27;t even look particularly good.
评论 #8183349 未加载
pbreitalmost 11 years ago
Feedback on <a href="http://www.practicalguidetomobileapps.com/resources/book/phonegap_and_cordova/phonegap_build.html" rel="nofollow">http:&#x2F;&#x2F;www.practicalguidetomobileapps.com&#x2F;resources&#x2F;book&#x2F;pho...</a><p>3. don&#x27;t see [New App] button 5. Broken URL (missing &quot;.git&quot;) 6. &quot;App must be less than 20 MB&quot; (I&#x27;m on the Free Plan, I assume like most)
评论 #8183397 未加载
notoriousjpgalmost 11 years ago
Does anyone know if there is a PG like tool which will help me make an app for camping&#x2F;hiking routes? As in it&#x27;s mostly a map, with some filters and it finds nearby locations.<p>Been looking around but it goes from &quot;learn to code&#x27; straight to &#x27;map technology&#x27; to &#x27;map access api&#x27; which combines to be pretty darn hard.<p>Cheers
评论 #8186563 未加载
评论 #8185916 未加载
评论 #8186738 未加载
评论 #8185216 未加载
stardrivealmost 11 years ago
Come on people, HTML5 is winning! Another awesome and seemingly overlooked option here is ludei.com with their Cocoon platform, launcher and cloud build service. Put that together with React&#x2F;Flux and some soon to be released Famous-React for flavour and its all possible. Then top it off with Webpack and your laughing.
alashleyalmost 11 years ago
This looks great! I&#x27;ve been wanting to get into mobile dev but stuck between choosing one of C#, Java, or Objective-C. I work with Javascript every day so this should be more familiar.
评论 #8185075 未加载
评论 #8183284 未加载
评论 #8183251 未加载
评论 #8183338 未加载