Android : application not usable after the device goes idle -


we have released application , few of users reporting application not usable after device goes idle when app in open state.

we have done r & d on issue , have called super.onresume() on onresume method 1 of suggestion other posts.

**additional information : when device goes idle, below state of app

  • no threads running
  • no http server calls made
  • app running based on data in internal sqlite database

**

any thoughts on root cause of issue , solution?

it great find root cause when know list of things changed/state changes when android device goes idle?

after long struggle, found issue raised in devices latest versions, in method "onresume" not directly called when app opened background mode.

instead, oncreate method called , initializes static variables.

so kindly make sure check values of variables necessary view.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -