Tag

hotfix

0 views collected around this technical thread.

iQIYI Technical Product Team
iQIYI Technical Product Team
Aug 30, 2024 · Mobile Development

Enhancing Hotfixes for QiYiGuo TV Using Robust and Plugin Mechanisms

To improve QiYiGuo TV’s rapid issue resolution, the team adopted Robust as the core hot‑fix engine and extended it with KRobust to handle reflection, Kotlin methods, enum‑switch mapping, and native‑library swaps, while building an automated deployment platform that now achieves over 95% fix rate and reduces average repair time from three days to under 24 hours across hundreds of channel APKs.

DeploymentKotlinNative Code
0 likes · 16 min read
Enhancing Hotfixes for QiYiGuo TV Using Robust and Plugin Mechanisms
Beijing SF i-TECH City Technology Team
Beijing SF i-TECH City Technology Team
May 30, 2024 · Mobile Development

Design and Implementation of a HotFix System for Android Applications

This article presents a comprehensive overview of a mobile hot‑update solution for Android, covering its motivation, goals, technical selection of Tinker, comparative analysis of existing frameworks, system architecture, implementation steps, usage workflow, and the benefits it brings to rapid bug fixing and minor version releases.

Continuous DeliveryMobilePatch
0 likes · 9 min read
Design and Implementation of a HotFix System for Android Applications
ZhongAn Tech Team
ZhongAn Tech Team
Apr 19, 2024 · Mobile Development

Implementing a Flutter Hot‑Fix Solution for ZA Bank: Architecture, Process, and Lessons Learned

This article details ZA Bank’s implementation of a Flutter hot‑fix solution, describing the evaluation of various approaches, the selection of a FlutterWeb‑based page‑downgrade strategy, the design of backend patch management, challenges such as font loading and package size, and the resulting high fix rate and performance improvements.

Cross‑PlatformFlutterFlutterWeb
0 likes · 24 min read
Implementing a Flutter Hot‑Fix Solution for ZA Bank: Architecture, Process, and Lessons Learned
IT Services Circle
IT Services Circle
Mar 1, 2024 · Operations

Microsoft Plans Hotfix Cumulative Updates for Windows 11 to Reduce Restarts

Microsoft intends to introduce hot‑fix style cumulative updates for Windows 11, allowing most monthly updates to install without a reboot while still requiring restarts for quarterly releases, thereby improving update efficiency and security for both consumer and enterprise users.

Cumulative UpdateMicrosoftOperating System
0 likes · 3 min read
Microsoft Plans Hotfix Cumulative Updates for Windows 11 to Reduce Restarts
Soul Technical Team
Soul Technical Team
Mar 29, 2023 · Mobile Development

Crash Governance and Stability Practices for Mobile Applications

This article describes a comprehensive crash governance framework for a fast‑growing mobile app, covering monitoring, root‑cause attribution, systematic remediation steps, and detailed case studies—including MIUI system bugs, 32‑bit address‑space limits, memory corruption, and WebView crashes—while outlining future challenges and automation strategies.

Memory Debuggingandroidcrash management
0 likes · 13 min read
Crash Governance and Stability Practices for Mobile Applications
Code Ape Tech Column
Code Ape Tech Column
Jan 17, 2022 · Fundamentals

Using git‑worktree to Manage Multiple Branches and Hotfixes Efficiently

This article explains how git‑worktree, a feature introduced in 2015, lets developers maintain a single repository while working on multiple branches or hotfixes simultaneously, covering common scenarios, command usage, directory structures, branch‑naming pitfalls, and cleanup procedures.

Version Controlbranchingdevelopment workflow
0 likes · 8 min read
Using git‑worktree to Manage Multiple Branches and Hotfixes Efficiently
Beike Product & Technology
Beike Product & Technology
Jan 21, 2021 · Mobile Development

JAYE 2.0: An AST‑Based Dynamic Loading Framework for Flutter

This article describes how the JAYE 2.0 project at Beike leverages abstract syntax tree (AST) generation, a custom runtime interpreter, and Dart VM execution to achieve high‑performance, hot‑fixable dynamic updates for Flutter applications, addressing packaging, hot‑reload, and scalability challenges.

ASTFlutterMobile Development
0 likes · 13 min read
JAYE 2.0: An AST‑Based Dynamic Loading Framework for Flutter
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
DevOps
DevOps
Mar 12, 2017 · R&D Management

Shortening Release Cycles and Reducing Hotfixes: Insights from the Blue Whale Project

The article uses a bus‑schedule analogy to illustrate how long release intervals and frequent hotfixes frustrate customers, then proposes shorter release cycles through better iteration planning, demand splitting, stronger development capability, and robust testing to achieve continuous, rapid delivery.

Continuous DeliveryRelease Managementhotfix
0 likes · 7 min read
Shortening Release Cycles and Reducing Hotfixes: Insights from the Blue Whale Project
Hujiang Technology
Hujiang Technology
May 16, 2016 · Mobile Development

Dynamic Loading and Hotfix Implementation in Android Using DexClassLoader

This article explains the principles and practical steps for implementing dynamic class loading and hot‑fixes in Android by manipulating DexClassLoader, PathClassLoader, and bytecode, illustrated with the Qzone hot‑fix solution and open‑source Nuwa and HotFix projects.

BytecodeClassLoaderDexClassLoader
0 likes · 8 min read
Dynamic Loading and Hotfix Implementation in Android Using DexClassLoader