Is posible to retrieve the Applicaton Context from a non-main Thread with some kind of static call?
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.
Yes. There are plenty (see below), but it is not recommended at all. You better pass the context when you create the thread through a customized constructor.
Example (again – really discourged):
in the activity:
in the thread: