TommyLemon / Android-ZBLibrary

🔥 Android MVP 快速开发框架,做国内 「示例最全面」「注释最详细」「使用最简单」「代码最严谨」的 Android 开源 UI 框架。 🔥 An Android MVP Framework with many demos, detailed documents, simple usages and strict codes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsyncTask.execute()默认是串行执行,单页面多接口时加载会很慢

jizni opened this issue · comments

commented

建议改成AsyncTask.executeOnExecutor()并行执行