Currently I am working on a list of event similar to Facebook TimeLine in which user can like/Unlike events. I have POST/DELETE API calls for the same and Local Database Table for displaying the same.
目前,我正在根据用户 LIKE/DISLIKE 调用 API,并在服务器响应并通知适配器更改后更新数据库表,但向服务器发送请求和更新表所用的时间超过 3-4 秒,这似乎实现速度较慢/与事件不同,有没有更好的方法来处理相同的事件?类似于 FaceBook 的超快 LIKE/UNLIKE 响应?
谢谢。