An app that I have made works great on any regular android device, but when the app loses focus on the Kindle Fire it kills. Does anyone have any idea as to why?
Thanks in advance.
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.
Once your app is no longer in the foreground, its process can be terminated at any time by the OS to free up memory for other processes. This happens on every Android device. It is possible that some versions of the Kindle Fire may be more aggressive about it, but having your process be terminated is standard behavior and something your app needs to account for.