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 -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -