Android applications can access data directly from a SQLite database using the database helper but for other applications to get access to the same data you have to create a Content Provider .
Android applications can access data directly from a SQLite database using the database helper but for other applications to get access to the same data you have to create a Content Provider .