How can I get Android market RSS feed(如何获取 Android 市场 RSS 提要)
问题描述
Apple 为其市场提供 RSS 提要.Android有类似的东西吗?我的意思类似于 http://itunes.apple.com/us/rss
Apple provides an RSS feed for their marketplace. Is there something similar for Android? I mean something similar to http://itunes.apple.com/us/rss
推荐答案
我不相信 Android Market 有这样的东西.
I don't believe there is such a thing available for Android Market.
如果你真的需要它,我想你可以使用如下页面并解析内容:
If you really need it, I suppose you could use pages like the following and parse the content:
https://market.android.com/details?id=apps_top sell_paid
远非出色的解决方案,但我认为它可能是目前最好的解决方案之一.
Far from a brilliant solution, but I think it's probably one of the best available at the moment.
这篇关于如何获取 Android 市场 RSS 提要的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何获取 Android 市场 RSS 提要


基础教程推荐
- NSString intValue 不能用于检索电话号码 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- iOS4 创建后台定时器 2022-01-01