ActivityHierarchyServer
zktc5418 opened this issue · 3 comments
zktc5418 commented
what could we do with this server????
fampinheiro commented
Imagine you have some analytics service and you need to track every time an activity is started.
You can centralize that code on an implementation of the ActivityHierarchyServer.
JakeWharton commented
The only implementation currently is SocketActivityHierarchyServer
which is just a version of Romain Guy's ViewServer but hidden behind an abstraction so it only works on debug builds.
zktc5418 commented
thank for your reply @JakeWharton @fampinheiro