Tagged articles
2 articles
Page 1 of 1
21CTO
21CTO
Jul 15, 2018 · Mobile Development

Mastering WebView Caching: Reduce Network Calls in Hybrid Android Apps

This article explains the principles and practical methods for caching JavaScript and other resources in Android WebView, covering HTTP cache headers, WebView cache modes, storage locations across Android versions, and the use of HTML5 AppCache to minimize network traffic and improve app performance.

AndroidAppCacheCache-Control
0 likes · 16 min read
Mastering WebView Caching: Reduce Network Calls in Hybrid Android Apps
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Apr 18, 2016 · Frontend Development

How Application Cache Manifests Enable Offline Web Apps

Application cache manifests let browsers store resources locally, enabling offline access, faster load times, and reduced server load; this guide explains their purpose, browser support, usage syntax, file structure, update mechanisms, and key considerations for reliable offline web applications.

AppCacheWeb Developmentmanifest
0 likes · 6 min read
How Application Cache Manifests Enable Offline Web Apps