Open jhansche opened 7 years ago
Basically using the bolts framework right?
Yeah, that's the idea. Updating the client to work more like how the existing parse platform is already written.
Sorry it was my first time using that Framework when I made the initial project. I tried to do the same as how it's done in the existing parse platform. Thanks, and I'll learn about it :)
Current implementation uses Executor, which makes it harder to perform scheduled tasks or to perform task chaining. Currently tasks are enqueued by invoking a static method:
Typical Parse code is written using TaskQueue instead:
The end result is largely the same, but using TaskQueue will help keep the architecture more in line with what is already established in Parse-SDK-Android.