Posts

Showing posts with the label Content Provider

Content Provider - How to get data from Content Provider?

It is a shared set application data, stored on a steady and persistent storage like file, web, Database etc. Other application can query the application on request.

Android Application Component - Activity, Service, Broadcast Receiver, Content Provider

Application Components are the essential factors of application. Each can be entrance to the application. Each must be register in AndroidManifest.xml file with short detail like intent-filter etc. and interaction of them.