File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Android and the fly likes what is the different between sqlite database & content providers? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "what is the different between sqlite database & content providers?" Watch "what is the different between sqlite database & content providers?" New topic
Author

what is the different between sqlite database & content providers?

sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 597
what is the different between sqlite database & content providers?
both store data & we can retrive them as we need ?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32768
A content provider need not get its data from a DB, although that is probably the most common case. For home screen folders, in particular, it often makes sense to show non-DB data.


Android appsImageJ pluginsJava web charts
sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 597
i found this from site .Is this correct?

ContentProvider are used to provide data from an application to another. ContentProvider do not store the data but provide the interface for other applications to access the data.
zoheb hassan
Ranch Hand

Joined: Apr 01, 2009
Posts: 141

Exactly, that definition is the perfect one
 
 
subject: what is the different between sqlite database & content providers?
 
Threads others viewed
relational or object
Content Provider for sdcard
Android - update SQLite
Large Files
Hello Android
MyEclipse, The Clear Choice