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?
Asked
Active
Viewed 309 times
4

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 Answers
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

Abdulrahman Gamal
- 83
- 1
- 2
- 8