java 8 - CompletableFuture in the Android Support Library? -
so migrating android studio project java 8, android api level 24 , jack toolchain today check out new features, lambdas , completablefuture
.
unfortunately, completablefuture
seems available api level 24 on (my minimum api level project being 16).
do know of plans on bringing completablefuture
android support library? looks nice solution promises pattern.
the streamsupport project provides backport of completablefuture
in streamsupport-cfuture
component can used android development, supported on devices.
Comments
Post a Comment