Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

autologin

How to keep android applications always be logged in state?

September 15, 2023 by Tarik

Use Shared Preference for auto login functionality. When users log in to your application, store the login status into sharedPreference and clear sharedPreference when users log out. Check every time when the user enters into the application if user status from shared Preference is true then no need to log in again otherwise direct to … Read more

Categories android Tags android, autologin Leave a comment

How to create a Shared Login Service across Multiple Domains?

June 13, 2023 by Tarik

I think the key in your Q is where you write “whereby you do not have to subsequently login if you use the top level navigation to a different product”. I will explain: You want to be able to move from site1.com to site2.com and let site2.com know that you are some user that logged … Read more

Categories session Tags authentication, autologin, cookies, session, shared Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa