awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesWebView Instance Reusers

Techniques that reuse a single WebView object across multiple page loads to reduce memory allocation and improve loading speed.

Distinct from WebView Memory Optimizations: Distinct from WebView Memory Optimizations: focuses on instance reuse for speed, not general memory management or release.

Explore 1 awesome GitHub repository matching mobile development · WebView Instance Reusers. Refine with filters or upvote what's useful.

Awesome WebView Instance Reusers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • justson/agentwebAvatar de Justson

    Justson/AgentWeb

    9,417Ver en GitHub↗

    AgentWeb is an Android library that enhances the standard WebView component by applying performance optimizations and improving loading behavior. Its core purpose is to eliminate the blank white screen that users often see when a WebView first loads, and to reduce overall page load latency through pre-initialization and instance reuse strategies. The library achieves this through several key techniques. It pre-initializes the WebView rendering engine early in the app lifecycle so the first page load is not delayed by kernel startup. It also pre-loads the dedicated WebView process before it is

    Reuses a single WebView object across page loads to reduce memory allocation and speed up loading.

    Javaagentweb-android-webviewandroid-webviewcookie
    Ver en GitHub↗9,417
  1. Home
  2. Mobile Development
  3. WebView Memory Optimizations
  4. WebView Instance Reusers