architecture-components-samples icon indicating copy to clipboard operation
architecture-components-samples copied to clipboard

NetworkBoundResource - non-final function in constructor

Open wsw22 opened this issue 8 years ago • 0 comments

I am studying GithubBrowserSample. In NetworkBoundResource, it calls loadFromDb() in constructor, loadFromDb() is protected abstract. Is it ok to call non-final function in constructor here?

wsw22 avatar Aug 15 '17 17:08 wsw22