Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我做了一个聊天应用程序,在我的应用程序中有一个登录页面,但我不想再次使用这个页面,一旦用户第一次安装了应用程序。此页面不应一次又一次地出现。
我的意思是当用户第一次登录应用程序时,下次他回来时应用程序应该直接将他带到他的主页,如在 facebook、whatsapp 或远足中。
我认为这种方法称为单点登录 (SSO) 方法。我已经遍历了 stackoverflow,但还没有找到我感兴趣的任何相关链接。
请帮助我提供一个好的超链接或任何有用的解决方案,以便我继续前进。
谢谢
使用 SharedPreferences 将是要走的路。看看这个线程寻求帮助。