+1 vote
in Android by
What is a content provider in android?

1 Answer

0 votes
by

A content provider component supplies data from one application to others on request. Such requests are handled by the methods of the ContentResolver class. A content provider can use different ways to store its data and the data can be stored in a database, in files, or even over a network.

Related questions

+1 vote
0 votes
asked Aug 31, 2023 in Android by Robindeniel
0 votes
asked Mar 29, 2023 in Android by Robin
0 votes
0 votes
0 votes
asked Mar 29, 2023 in Android by Robin
...