Вопрос

i am developing an android app using fragment with eclipse, when i maximize(bringing the app foreground) after a long time the app it crashes. All the java class extends the class fragment.

Any help will be appreciated. Thanks.

Это было полезно?

Решение

Without stacktrace,

Let me guess,

You used some static variables and their values lost, so you got a NullPointerException. And when it occured device wasn't at debug environment for getting stacktrace :)

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top