雄心勃勃的 iOS 网络项目,需要指导

发布于 2024-10-09 06:56:23 字数 194 浏览 2 评论 0原文

我正在挑战自己在两个月内编写一个我一无所知的应用程序,我需要一些指导。假设您想创建一个很棒的 iPad 应用程序,它可以获取 craigslist 帖子并以简洁的方式显示它们。我如何在 xCode 中使用 Objective-C/C 从 craigslist.org 收集信息?我将与哪些对象交互以创建网络连接以及如何读取该信息?我会阅读源代码吗?

谢谢你!

I'm challenging myself to write an app I know nothing about in 2 months time and I need some direction. Suppose you wanted to create an awesome iPad app that takes craigslist posts and displays them in a neat fashion. How would I gather the information from craigslist.org using Objective-C/C in xCode? What objects would I be interacting with to create network connections and how would that information be read in? Would I be reading the source code?

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

滴情不沾 2024-10-16 06:56:23

Craigslist 有 RSS 提要,因此我想您可以获取链接、解析提要并将其显示在表格上。关于如何做到这一点的例子太多了。

Craigslist has RSS feeds, so I suppose you could just get the link, parse the feed, and display it on a table. There are too many examples to count out there on how to do that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文