gpt4 book ai didi

java - 如果 sql 值更改,则更新 Android 应用程序

转载 作者:行者123 更新时间:2023-12-02 04:36:33 26 4
gpt4 key购买 nike

我在用户列中有 email_status 字段此 email_status 为 INT(2) 可以是 1 或 0当 email_status 为 0 时,那么在客户端中我需要看到 - “status 0”当 email_status 为 1 时,那么在客户端中我需要看到 - “status 1”

问题当我将 DB 更改为 0 时,重建(!)应用程序,然后确定当我将 DB 更改为 1 时,REBULT(!) 应用程序,然后确定

但是,为什么我在不重新构建应用程序的情况下看不到结果?

我已经尝试过以下代码

        userDTO = prefrence.getParentUser(Consts.USER_DTO);
if(userDTO.getEmail_status() == 1) {
ProjectUtils.showToast(getActivity(), "statis1");
}
if(userDTO.getEmail_status() == 0) {
ProjectUtils.showToast(getActivity(), "status0");
}
....
}

最佳答案

尝试重新加载应用程序。我认为数据库更改不需要重建应用程序。

关于java - 如果 sql 值更改,则更新 Android 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56549953/

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