LightSys / kardia_android_crm

A Kardia CRM app for Android
5 stars 1 forks source link

Async Refactor #24

Open tparr opened 7 years ago

tparr commented 7 years ago

The current plan would be to use a library like AsyncJobLibrary and replace the Async Tasks with methods that are called from AsyncJobs. This way we have more control over the Post Async logic.