您会为Android推荐哪个Android优先级作业队列(异步任务,多线程)库?

时间:2014-12-12 09:33:13

标签: java android multithreading android-asynctask thread-safety

您会为Android推荐哪个Android优先作业队列(作业管理器)库?

现在我正在使用greenrobot / EventBus 但EventBus功能太窄(EventBus是发布/订阅事件总线)

备选方案:

  1. https://github.com/Arasthel/AsyncJobLibrary
  2. https://github.com/stephanenicolas/robospice
  3. https://github.com/yigit/android-priority-jobqueue
  4. https://github.com/BoltsFramework/Bolts-Android
  5. 你推荐什么?

    Job Manager将负责优先级,持久性,负载平衡,延迟,网络控制,分组等。它还为您的工作提供了良好的生命周期,以提供更好,一致的用户体验。

0 个答案:

没有答案