¶ 登录注册转场
更新时间: 2024-10-10 07:28:40
阅读此教程之前,确保已经完成了 开发准备、基础登录示例、基础注册示例
¶ 在 xml 上放置超组件
在自定义的登录布局中放置 GoRegisterButton
¶ 使用 AuthFlow 启动登录界面
使用 AuthFlow 设置自定义的登录布局启动,并设置自定义的注册布局
//this is the activity context
AuthFlow authFlow = AuthFlow.start(this, R.layout.login);
authFlow.setRegisterLayoutId(R.layout.register);
¶ 运行
GoRegisterButton 除了提供默认的视觉效果以及国际化的文字,还可以根据控制台设置自动隐藏。查看详情