login activity

  1. A

    Android Question Logout from the app if no activity.

    Hi all. Is it possible to logout user from the app if user leave it open for, let say 20 minutes? Like the session on web . The session expired - the user logged out. I'm writing an app that works with sensitive data and don't want it to be open for all time. If the user put a phone on a table...
  2. R

    Android Question Login Activity call

    Hi, I am devoloping a project from the this example https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/ In this case, my app nedd a login activity, this is the code of main activity: Sub Activity_Create(FirstTime As Boolean) If (FirstTime) Then...
Top