Tag

Tinker

0 views collected around this technical thread.

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
php中文网 Courses
php中文网 Courses
Jun 4, 2021 · Backend Development

Introduction to Laravel Tinker: Using an Interactive Shell for Laravel Development

This article introduces Laravel Tinker, explains how to use PHP's interactive shell and PsySH, shows installation via Composer, demonstrates common Artisan commands, and provides code examples for interacting with Laravel models and the command whitelist within the Tinker environment.

ArtisanLaravelPHP
0 likes · 4 min read
Introduction to Laravel Tinker: Using an Interactive Shell for Laravel Development
TAL Education Technology
TAL Education Technology
Jan 14, 2021 · Mobile Development

Asynchronous Loading of Android .so Libraries: Problems, Solutions, and Best Practices

This article examines the challenges of loading large third‑party .so libraries in Android apps, analyzes traditional and advanced asynchronous loading methods, discusses dependency and text‑relocation issues, and presents practical solutions and implementation steps to reduce package size while maintaining stability.

AndroidAsynchronous LoadingNative Libraries
0 likes · 8 min read
Asynchronous Loading of Android .so Libraries: Problems, Solutions, and Best Practices
Youzan Coder
Youzan Coder
Jul 10, 2020 · Mobile Development

Design and Implementation of Youzan's Mobile Hotfix Platform

Youzan's mobile hot‑fix platform automates building, storing, and delivering patch packages via a standardized hot‑fix branch, integrates local verification, supports full, gray, and conditional releases with approval workflow, and provides real‑time statistics and rollback, enabling rapid, low‑risk bug fixes without republishing the entire app.

AndroidCI/CDTinker
0 likes · 16 min read
Design and Implementation of Youzan's Mobile Hotfix Platform