4

In newly released library of App startup in android jetpack , I am confused in the point of Content Provider what is the role of the content provider while initializing the library when the application starts ? Can anyone explain in brief about this?

Stack
  • 1,164
  • 1
  • 13
  • 26
  • [Because onCreate of CP is called before onCreate of Application class](https://stackoverflow.com/questions/11788838/why-does-contentprovider-oncreate-get-called-before-application-oncreate) – Selvin Jun 15 '20 at 13:20

1 Answers1

2

App Startup provides a more performant way to initialize components at app startup and explicitly define their dependencies. which is better than using content providers