Android
Programming and Technical
Programming
Technical
What is the life cycle of a content provider?
Options
1)A content provider's onCreate() funcation will be called every time if some client calls providers funcations using content resolver.
2) A content provider's onCreate() funcation will be called when first time if some client calls providers funcations using content resolver.
3) All the content providers will be created (onCreate()) after phone has booted first time
4) None
Read Solution (Total 2)
-
- 2) Acontent providers OnCreate() method is called when first time if some client calls providers methods using Contented silver.
- 7 years agoHelpfull: Yes(0) No(0)
- 2) A content provider's onCreate() funcation will be called when first time if some client calls providers funcations using content resolver.
- 7 years agoHelpfull: Yes(0) No(0)
Android Other Question