We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
我看到目前demo里的点击播放功能是记录了一个当前点击的position,因为完成任务都是本地的并且是单任务,这是没问题的。 但是,如果有一个todo-list,每个item都有一个完成按钮,这个完成按钮是需要与后台交换的,用户可以在第一个按钮的请求未返回的时候继续点下一个item的完成按钮。各条数据回来后如何找到发送自己的position? 目前我采用的是一个map<Int,Request>,每次新请求就加入它,这样在observe的时候才能知道position,但是感觉不够优雅。 请问如何优雅地解决这类问题?
完成
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我看到目前demo里的点击播放功能是记录了一个当前点击的position,因为完成任务都是本地的并且是单任务,这是没问题的。
但是,如果有一个todo-list,每个item都有一个
完成
按钮,这个完成
按钮是需要与后台交换的,用户可以在第一个按钮的请求未返回的时候继续点下一个item的完成
按钮。各条数据回来后如何找到发送自己的position?目前我采用的是一个map<Int,Request>,每次新请求就加入它,这样在observe的时候才能知道position,但是感觉不够优雅。
请问如何优雅地解决这类问题?
The text was updated successfully, but these errors were encountered: