Tag

Dynamic Update

0 views collected around this technical thread.

58 Tech
58 Tech
Feb 14, 2023 · Mobile Development

Exploring Flutter Dynamic Updates with Fair: Research, Setup, and Practical Guide

This article examines the limitations of traditional app release cycles, compares existing Flutter dynamic‑update frameworks, and provides a comprehensive step‑by‑step tutorial—including tool installation, project creation, code generation, hot‑update service launch, syntax‑checking plugin usage, and deployment pitfalls—for adopting the Fair framework to achieve seamless, incremental updates in mobile applications.

Dynamic UpdateFAIRFlutter
0 likes · 8 min read
Exploring Flutter Dynamic Updates with Fair: Research, Setup, and Practical Guide
Dada Group Technology
Dada Group Technology
Jul 27, 2020 · Mobile Development

Flutter‑Based Cross‑Platform Development and Dynamic Update Solutions at JD Daojia

This article details JD Daojia's mobile‑side engineering practices, covering a unified Flutter SDK, resource management, state‑management patterns, precise exposure tracking, and a custom dynamic‑update mechanism that enables hot‑swapping of Flutter binaries and assets on Android.

Dynamic UpdateFluttercross‑platform
0 likes · 20 min read
Flutter‑Based Cross‑Platform Development and Dynamic Update Solutions at JD Daojia
58 Tech
58 Tech
Jun 19, 2020 · Mobile Development

Dynamic Update Framework DU for Android: Architecture, Rendering, Lifecycle, and Extensions

This article introduces the Android DynamicUpdate (DU) framework, explaining its JS‑Native architecture, protocol communication, rendering process, lifecycle mapping, UI and module extensions, class conversion mechanisms, and practical pitfalls such as engine selection and complex animation handling.

AndroidDynamic UpdateJS Native
0 likes · 12 min read
Dynamic Update Framework DU for Android: Architecture, Rendering, Lifecycle, and Extensions
AntTech
AntTech
Mar 22, 2019 · Mobile Development

Deep Practice of Agile Development and Dynamic Updates in the Alipay App Architecture

This article details the evolution of Alipay's mobile architecture into a super‑app, explains the engineering and business complexity challenges, describes the layered framework, micro‑application and service mechanisms, the role of mini‑programs, agile release processes, dynamic hot‑fix techniques like AndFix, and how the mPaaS platform externalizes these capabilities.

Agile DevelopmentAlipayDynamic Update
0 likes · 15 min read
Deep Practice of Agile Development and Dynamic Updates in the Alipay App Architecture
AntTech
AntTech
Nov 16, 2018 · Mobile Development

Exploring Alipay's Mobile Dynamic Solution: Nebula Framework and mPaaS Architecture

This article provides a comprehensive technical overview of Alipay's mobile dynamic solution, detailing the evolution of its architecture, the Nebula hybrid framework, H5 container, offline packages, mini‑programs, and the mPaaS platform that enables modular, high‑performance, and easily updatable mobile applications.

AlipayDynamic UpdateHybrid Framework
0 likes · 16 min read
Exploring Alipay's Mobile Dynamic Solution: Nebula Framework and mPaaS Architecture
Weidian Tech Team
Weidian Tech Team
Apr 27, 2016 · Mobile Development

How to Load H5 Pages in iOS Apps at Native Speed Using NSURLProtocol

This article explains how to achieve native‑like instant loading of H5 pages in mobile apps by pre‑packaging resources, dynamically downloading resource bundles at runtime, and intercepting requests with NSURLProtocol to serve local files, complete with design flow, code examples, and performance comparison.

Dynamic UpdateNSURLProtocolResource Packaging
0 likes · 9 min read
How to Load H5 Pages in iOS Apps at Native Speed Using NSURLProtocol