开发者

How can I load resources from another app?

开发者 https://www.devze.com 2023-01-24 13:22 出处:网络
I\'m developing an Android app for which we will be selling separate content in the Android Market.Since Android lacks an in-app purchasing model as iOS has, I have come to understand that this is the

I'm developing an Android app for which we will be selling separate content in the Android Market. Since Android lacks an in-app purchasing model as iOS has, I have come to understand that this is the ideal way of selling additional content (but NOT functionality) for Android apps.

So the question is, how do I actually load raw resources from other Android apps, assuming that I know 开发者_如何学运维the exact name of the resource, app ID, etc.?


Content Providers are the standard way for apps to make their content available to others.

0

精彩评论

暂无评论...
验证码 换一张
取 消