ListActivity doesn't update as data arrives
问题 I'm building a small application that I'd like to automatically update when new data arrives. From what I've read of the android documentation, I thought that because I'm using the newer techniques that a ContentObserver would be created in the background for me, and I would just get automatic calls to the Loader. If there's any more information that would be helpful, I'd be glad to add it, or to upload the complete project somewhere. Additionally, I'm targeting KitKat (sdk version 19).