Joined August 2011
·
Achievements
49 Karma
0 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Epidexipteryx
Have at least one original repo where C++ is the dominant language
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Mongoose
Have at least one original repo where Ruby is the dominant language
Hi :)
How did you actually solve that in code. I just can't find a way to keep the Builder object between several invocations of the IntentService.
Edit: Solved it by now. You preserve the Builder simply in a static field. You lazily initialize that field on the first access. You use getApplicationContext() to get the global application context to initialize the Builder. That context will be available even when the Service is killed.
Thanks and Cheers
Patrick