/GlobalDialogDemo

全局弹框,比如异地登录提示。思路就是通过非 Activity 的 Context 来启动一个透明 activity, 然后使用这个 activity 来显示一个 dialog。

Primary LanguageJava

Stargazers