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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Parse adds easy caching support for iOS and Android

81 点作者 csmajorfive超过 13 年前

7 条评论

olivercameron超过 13 年前
This adds a whole other dimension to Parse for me. Core Data is useful, but incredibly annoying to deal with at times (migrations etc.), I've been waiting for the Parse guys to replace Core Data, and it looks like they've done it.
ednc超过 13 年前
Thanks, Parse! You just added the one feature that precluded us from using you in our current project. I think you just landed yourself a spot in v1.1<p>BTW, Parse has the best "Quick Start" I have ever used for an API. Great stuff. A+ for removing any and all friction for a dev to take you on a test drive!
评论 #3058188 未加载
DenisM超过 13 年前
Remarkably good, easy to follow tutorial for those who like me don't know what Parse does: <a href="https://www.parse.com/docs/ios_guide#data" rel="nofollow">https://www.parse.com/docs/ios_guide#data</a>
juanbyrge超过 13 年前
For simple caching in IOS you can also use property lists:<p><a href="http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/PropertyLists/Introduction/Introduction.html" rel="nofollow">http://developer.apple.com/library/mac/#documentation/Cocoa/...</a><p>It has good examples of how to read and write to local files.<p>Another option is to use Three20's TTURLCache: <a href="http://api.three20.info/interface_t_t_u_r_l_cache.php" rel="nofollow">http://api.three20.info/interface_t_t_u_r_l_cache.php</a>
评论 #3058418 未加载
bjtitus超过 13 年前
I'm excited to try this. I'm trying to build something which is fairly firmly Core Data based right now but I desperately need a way to smartly cache client side because the database is growing too large. Hopefully Parse can help me out.<p>My biggest concern is how these are stored and whether I can trust queries to be cached for very long periods of time (like until the data updates).
tikhon超过 13 年前
here's a beta code for the first 50 HN readers -- 'hacker' (no quotes)
aherlambang超过 13 年前
lovin Parse more and more, excited to upgrade my SDK now