Team Leader Android Developer Question: Download Team Leader Android Developer PDF

Please explain what is a content provider in android?

Tweet Share WhatsApp

Answer:

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.

Download Team Leader Android Developer PDF Read All 67 Team Leader Android Developer Questions
Previous QuestionNext Question
Tell us is it okay to change the name of an application after its deployment?Explain me how can ANR be prevented?