问题描述
我在上Android的内容提供商好的教程的迫切需要。我一直在寻找,在网上教程,但没有可以给我如何内容供应商工作的一个明确的想法。我会很感激,如果任何人都可以向我提供实现内容提供商项目的样本$ C $ ... CS
I am in desperate need of good tutorials on Content Providers in Android. I have been searching in the web for the tutorials but none could give me a clear idea on how content providers work. I'll be grateful if anyone can provide me with sample codes of the projects that implement content providers...
推荐答案
http://github.com/synic/SupaCount/blob/master/src/org/vimtips/supacount/CountDownProvider.java
下面是一个倒计时程序,我写的提供者,它是基于我在Commonsware
Here's the provider for a countdown app I wrote, it's based on the information I found in the Commonsware "The Busy Coder's Guide to Android Development"
这并不复杂的东西,只是乏味。 很多$ C的$ C我使用来访问它。
It's not complicated stuff, just tedious. Here's a lot of the code I'm using to access it.
这篇关于需要在Android内容提供商教程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!