I am working on an Application which requires Chrome Custom Tabs, So far i am able to Pre-fetch HTML/CSS of a Single Url, by creating a CustomTabSession and with the help of mayLaunchUrl
customTabsSession.mayLaunchUrl(Uri.parse(url), null, null);
How to pre-fetch HTML/CSS for multiple Urls?