将ContentProvider引入到Notepad Tutorial

Notepad Tutorial是一个了解Android和学习Android应用开发的很好的向导,通过这个向导,初学者可以快速领会Activity的基本用法,以及数据库的常规操作等。
但是因为这个向导是面向初学者的,因此在一些话题上,它没有做深入的探讨。例如如何通过ContentProvider来存取数据。细心的读者会在Exercise1中看到这样一行话:If you wish for other activities to access or modify the data, you have to expose the data using a ContentProvider.
[ Read More » ]