Typically you would implement this using a ContentProvider, and in fact the full Notepad application included with the SDK (in the samples/ directory) does implement such a ContentProvider. However, there is no reason you can't just use your own SQLite database directly as we do here
My question is, what is the differences between using the built in contentprovider and using a sqllite database? If I use a content provider, can I move my data from phone to phone, like I could if i had a sqllite db?
thanks for shedding some light on the subject!








