I know it will sound dumb or people will just say: read the documentations available. But i can’t get to understand how Context works. Yes, android.content.Context
Can someone help me??
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The API states (with important information bolded):
It’s in the
android.contentpackage, which implements the concept of content providers. Content providers abstract out data access from data stores in a REST-like way.But more specifically, what don’t you understand? You need to make your question more specific or else there’s not much we can help you with.