gpt4 book ai didi

android - 在不退出应用程序的情况下停止执行功能

转载 作者:太空狗 更新时间:2023-10-29 16:09:08 26 4
gpt4 key购买 nike

以下是我的代码:

try 
{
usrID=client.callString("VerifyUsrnameAndPswd", userName.getText().toString(), password.getText().toString());
}
catch (JSONRPCException e)
{
Toast.makeText(this, "No internet connection", Toast.LENGTH_LONG).show();
Log.e("error", "client.callString exception: "+e.toString());
e.printStackTrace();
// If this condition is true, then no need to go ahead
}
// some steps of remaining code

我不想在没有互联网连接的情况下执行 catch block 之后的步骤。但我什至不想退出应用程序。因此不能使用 final()

请建议我一些功能来停止进一步执行而不退出应用程序。

最佳答案

您应该根据代码所在的位置,在 catch block 中使用 continuebreakreturn

关于android - 在不退出应用程序的情况下停止执行功能,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7384519/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com