ParseTwitterUtils-Android icon indicating copy to clipboard operation
ParseTwitterUtils-Android copied to clipboard

Initialize our HttpClient lazily and asynchronously

Open grantland opened this issue 10 years ago • 0 comments

We want to initialize HttpClient lazily since we might not make any Twitter network requests. We want to initialize HttpClient asynchronously since internally it creates it's own SSL cache which uses disk I/O.

grantland avatar Oct 14 '15 02:10 grantland