Nanard wrote: >> The NotePad example in the SDK should be up to date and working. > > Is there no easyest way of using SQLite ? with less code ? > Without ContentProvider ?
You do not need to wrap your SQLite access in a ContentProvider. However, most tutorials are set up to demonstrate database access in some context, and that context might call for a ContentProvider, Service, or something. In the case of Notepad, I suspect they wanted to demonstrate the use of a ContentProvider. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

