Can lifecycle events be observed without annotation processing in the new Android Lifecycle Architecture component? -


annotation processing/code generation adds significant overhead build times , breaks incremental builds.

can (reactively, aka not manually forwarding events) fine-grained callback lifecycle.event.on_stop using android lifecycle architecure component?

or use reflection (slow) if choose not use annotation processing?


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -