TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

131 点作者 nicholasreed将近 11 年前

11 条评论

thebokehwokeh2将近 11 年前
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 未加载
nicholasreed将近 11 年前
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 未加载
dchuk将近 11 年前
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 未加载
lnanek2将近 11 年前
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 未加载
liquimoon将近 11 年前
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!
angryasian将近 11 年前
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 未加载
untog将近 11 年前
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 未加载
pbreit将近 11 年前
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 未加载
notoriousjpg将近 11 年前
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 未加载
stardrive将近 11 年前
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.
alashley将近 11 年前
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 未加载