Android ViewModel,在计时器内更新 LiveData
创始人
2024-08-19 04:30:07
0

要在计时器内更新LiveData,您可以使用Android的ViewModel和CountDownTimer类。下面是一个示例代码,演示如何在计时器内更新LiveData:

首先,创建一个包含LiveData和CountDownTimer的ViewModel类。ViewModel类用于在配置更改时保持数据的一致性,并在活动被销毁和重新创建时保持数据的状态。

public class TimerViewModel extends ViewModel {
    private MutableLiveData timeLiveData;
    private CountDownTimer countDownTimer;
    
    public LiveData getTimeLiveData() {
        if (timeLiveData == null) {
            timeLiveData = new MutableLiveData<>();
        }
        return timeLiveData;
    }
    
    public void startTimer(long duration) {
        if (countDownTimer != null) {
            countDownTimer.cancel();
        }
        
        countDownTimer = new CountDownTimer(duration, 1000) {
            @Override
            public void onTick(long millisUntilFinished) {
                timeLiveData.setValue(millisUntilFinished / 1000);
            }
            
            @Override
            public void onFinish() {
                timeLiveData.setValue(0L);
            }
        };
        
        countDownTimer.start();
    }
    
    @Override
    protected void onCleared() {
        super.onCleared();
        if (countDownTimer != null) {
            countDownTimer.cancel();
        }
    }
}

然后,在活动中使用ViewModel来观察LiveData的更改,并在计时器内更新UI:

public class MainActivity extends AppCompatActivity {
    private TimerViewModel timerViewModel;
    
    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
        
        timerViewModel = ViewModelProviders.of(this).get(TimerViewModel.class);
        LiveData timeLiveData = timerViewModel.getTimeLiveData();
        timeLiveData.observe(this, new Observer() {
            @Override
            public void onChanged(Long time) {
                // 在这里更新UI,显示剩余时间
                // textView.setText(String.valueOf(time));
            }
        });
        
        // 启动计时器
        long duration = 60000; // 1分钟
        timerViewModel.startTimer(duration);
    }
}

这样,每次计时器的时间发生变化时,LiveData的观察者将收到通知,并更新UI。请注意,您可以根据自己的需求自定义计时器的逻辑和UI更新。

相关内容

热门资讯

普及知识!pokerworld... 普及知识!pokerworld破解版下载(辅助挂)一贯真的是有挂(有挂教学辅助工具)1、免费脚本咨询...
必备科技!哈糖大菠萝软件下载(... 必备科技!哈糖大菠萝软件下载(辅助挂)一贯是有挂(有挂方法辅助脚本)1)辅助插件:进一步探索辅助大陆...
重大发现!大菠萝789辅助器下... 重大发现!大菠萝789辅助器下载(辅助挂)总是有挂(有挂详情辅助脚本)亲,关键说明,透视脚本安卓赛季...
科技通报!werplan外挂(... 科技通报!werplan外挂(辅助挂)一贯存在有挂(有挂实锤辅助方法)在进入软件靠谱后,参与本局比赛...
一分钟了解!wepoker免费... 一分钟了解!wepoker免费透视脚本(辅助挂)其实有挂(详细教程辅助攻略)1、任何透视是真的假的的...
每日必看推荐!拱趴大菠萝开挂方... 每日必看推荐!拱趴大菠萝开挂方法(辅助挂)都是是有挂(有挂方法辅助app)1、辅助器安装包、辅助器2...
一分钟揭秘!wepoker看底... 一分钟揭秘!wepoker看底牌(辅助挂)切实有挂(竟然有挂辅助教程)亲,关键说明,透视脚本安卓赛季...
实测交流!拱趴大菠萝机器人(辅... 实测交流!拱趴大菠萝机器人(辅助挂)确实真的有挂(确实有挂辅助app)1. 选牌创建新账号,点击进入...
玩家必备科技!wepoker怎... 玩家必备科技!wepoker怎么开辅助(辅助挂)一贯是真的有挂(有挂辅助辅助脚本);玩家必备科技!w...
程序员教你!hhpoker软件... 程序员教你!hhpoker软件安装包(辅助挂)都是真的有挂(真的有挂辅助器)程序员教你!hhpoke...