0

I have an android app am displaying web view in my app but my problem is to find out the idle time of my app because after session expires i want show the login screen how can i do programatically in android.

Thanks in advance

vimalatha
  • 63
  • 1
  • 10

1 Answers1

0

if i'm given that problem, i would say have a timer running, with an incrementing integer every like 1 minute. and if and interaction with the device simply resets it to zero. there maybe a better solution to that though, that's just my logic.

StealthOne
  • 194
  • 9