如何测量兆字节数据量?

发布于 2024-09-13 06:21:46 字数 297 浏览 7 评论 0原文

我想制作一个应用程序来测量我通过 3G 网络在 Iphone 上冲浪时使用的数据量。

我想要合并的东西; - UIPickerView(设置在警报显示之前要使用的数据量) - AlertView(我的数据即将超出的警告) - 在后台运行。

所以基本上,我希望能够设置我的数据计划中的数据量。 我想在 AlertView 显示之前设置可以使用的数据量,并告诉我很快就会超出设置的限制。最后,我希望它在后台运行(启用多任务)。

我如何制作这个应用程序,我又是开发新手,所以我想从像这样的小应用程序开始。所以请问有人可以帮助我并指导我吗?

I want to make an app that measure the amount of data I use while surfing on my Iphone over 3g network.

Things I would like to incorporate;
- UIPickerView (to set the amount of data I want to to use before an alert shows)
- AlertView ( the warning that my data is about to exceed)
- Run in the background.

So basically, I want to be able to set the amount of data I have on my Data plan.
I want to set the amount of data I can use before the AlertView shows and tell me I'm soon over my set limit. And last, I want it to run in the background (multitask enabled).

How do I make this app, and again I'm new to development so I wanted to start off with small apps like this. So please, can anyone help me and kind of tutor me in this?

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

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

发布评论

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

评论(3

梦在夏天 2024-09-20 06:21:46

话虽如此,我同意 shaggy 的观点,但应用程序通过审核过程会很困难。

Having that said I agree with shaggy it will be hard to pass the app through the review process.

热风软妹 2024-09-20 06:21:46

这在 iPhone 上可能是不可能的,因为它需要访问系统内部。您最好从不需要外部输入的项目开始,例如计算器。我确信,这虽然不那么令人兴奋,但显然更容易实现。

This is likely not possible on the iPhone, as it requires access to system interals. You'd be better off starting with a project that doesn't require external inputs, like a calculator. Much less exciting, I am sure, but decidedly more achievable.

究竟谁懂我的在乎 2024-09-20 06:21:46

这绝对是不可能的。您的应用程序无法插入网络堆栈并观看字节飞过,也无法在 iOS 4 上在后台运行它,因为它与后台应用程序的 4 种原型之一(音频、位置服务、长信息)不匹配。 - 运行 VOIP 任务;

正如 Seamus Campbell 提到的,这绝对不是一个“小应用程序”。

This is definitely not possible. Your app can't plug into the network stack and watch bytes fly by, nor can you have this run in the background on iOS 4, since it doesn't match one of the 4 archetypes for background apps (audio; location services; long-running task; VOIP).

As Seamus Campbell mentioned, this is definitely not a "small app" to start off with.

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