摘要: 想要实现跨程序共享数据需要用到内容提供器,内容提供器给别的应用提供了访问接口,可以新建一个类去继承ContentProvider来创建一个自己的内容提供器。ContentProvider类中有6种抽象方法,在使用子类继承的时候需要全部重写。 1 public class Myprovider ext 阅读全文
posted @ 2017-08-25 19:00 xxbbtt 阅读(291) 评论(0) 推荐(0)