Xianyu Technology
Author

Xianyu Technology

Official account of the Xianyu technology team

349
Articles
0
Likes
760
Views
0
Comments
Recent Articles

Latest from Xianyu Technology

100 recent articles max
Xianyu Technology
Xianyu Technology
Dec 21, 2021 · Mobile Development

How Xianyu Built a Cross‑Platform Flutter Live‑Streaming SDK

This article details Xianyu's engineering journey to replace third‑party live‑streaming SDKs with a custom, Flutter‑based cross‑platform solution that addresses customization difficulty, platform consistency, and log tracing while outlining design principles, module implementations, and performance outcomes.

Cross-PlatformFlutterPlatformView
0 likes · 13 min read
How Xianyu Built a Cross‑Platform Flutter Live‑Streaming SDK
Xianyu Technology
Xianyu Technology
Dec 15, 2021 · Product Management

Rapid Development of Xianyu Double 11 Marketing Discount Platform

By leveraging existing middle‑platform services and a lightweight, configurable discount component, Xianyu rapidly built a full‑scale Double 11 marketing discount system—covering merchant recruitment, unified discount calculation, pre‑heat visuals, and robust load‑testing—delivering a stable promotion platform that can be reused for future campaigns.

Case Studydiscount systeme-commerce
0 likes · 9 min read
Rapid Development of Xianyu Double 11 Marketing Discount Platform
Xianyu Technology
Xianyu Technology
Dec 10, 2021 · Frontend Development

IdleFish Double 11 2023: Frontend Engineering Challenges and Solutions

During IdleFish’s 2023 Double 11 promotion, engineers tackled massive traffic spikes by running feature‑flag, launch‑side, and mitmproxy‑based disaster‑recovery rehearsals, boosted performance with increased first‑screen modules, CSS‑only animations, pre‑fetching and offline caching, introduced a PHA container for seamless tab switching, and optimized deep‑link handling for external channels, while planning further SSR and stability automation.

Double 11engineeringfrontend
0 likes · 11 min read
IdleFish Double 11 2023: Frontend Engineering Challenges and Solutions
Xianyu Technology
Xianyu Technology
Nov 30, 2021 · Mobile Development

Flutter Performance Optimization: Challenges, Tools, and Best Practices

The Xianyu team’s talk outlines Flutter performance challenges—complex list‑item logic, a 16.6 ms frame budget, DynamicX template overhead, and scroll‑curve‑induced offset jumps—and presents best‑practice solutions such as PowerScrollView caching, partial refresh, frame‑splitting, DynamicX caching, isolate offloading, layer merging, plus custom benchmarking, DevTools extensions, and FlutterBlockCanary for measurement, urging developers to prioritize perceived smoothness, monitor raster costs, and leverage multi‑threading and community updates.

FlutterOptimizationPerformance
0 likes · 18 min read
Flutter Performance Optimization: Challenges, Tools, and Best Practices
Xianyu Technology
Xianyu Technology
Nov 23, 2021 · Backend Development

Precise Backend Interface Testing via Code Diff Analysis and Traffic Recording

The platform listens to GitLab change events, parses Java, ObjC, and Flutter diffs to locate modified methods, maps those methods to entry HTTP/RPC interfaces using recorded traffic call chains, and automatically selects corresponding regression test cases, dramatically cutting testing effort while enabling future risk analysis.

code analysisinterface testingrisk assessment
0 likes · 8 min read
Precise Backend Interface Testing via Code Diff Analysis and Traffic Recording
Xianyu Technology
Xianyu Technology
Nov 18, 2021 · Mobile Development

Optimizing fish_redux 3.0: Architecture, Core Capabilities, and Code Refactoring

Fish_redux 3.0 refactors the framework by collapsing deep inheritance into a BasicComponent base, trimming code from over 3 k to about 1 k lines, streamlining context handling, and preserving core state‑driven UI, middleware, and assembly‑style componentization while adding lightweight extension packages and a roadmap for further Flutter and Dart 2.x enhancements.

FlutterState Managementcode refactoring
0 likes · 9 min read
Optimizing fish_redux 3.0: Architecture, Core Capabilities, and Code Refactoring
Xianyu Technology
Xianyu Technology
Nov 12, 2021 · Industry Insights

How Taobao’s Cutting‑Edge 3D XR, Multimodal AI, and Low‑Carbon Tech Redefined Double 11

Taobao’s Double 11 showcased a suite of advanced technologies—including 3D immersive XR live rooms, large‑scale multimodal product search, ultra‑low‑latency streaming, AI‑driven content moderation, and low‑carbon model compression—demonstrating how e‑commerce can innovate while promoting sustainability and inclusivity.

3D XRE‑commerce Innovationcontent moderation
0 likes · 11 min read
How Taobao’s Cutting‑Edge 3D XR, Multimodal AI, and Low‑Carbon Tech Redefined Double 11
Xianyu Technology
Xianyu Technology
Nov 9, 2021 · Mobile Development

Deep Linking (App Wake-up) Techniques and Data Tracking in Xianyu

Xianyu’s deep‑linking system uses custom URL schemes and iOS universal links to wake up the app, detects success, falls back to store or APK downloads, restores original parameters after install, auto‑fills tracking fields via an SDK, reports funnel metrics, and provides a reusable module for all external traffic scenarios.

Data TrackingURL SchemeUniversal Links
0 likes · 10 min read
Deep Linking (App Wake-up) Techniques and Data Tracking in Xianyu
Xianyu Technology
Xianyu Technology
Oct 29, 2021 · Mobile Development

PowerImage: Integrating FFI and External Texture for Advanced Flutter Image Handling

PowerImage combines FFI and external‑texture techniques to deliver native‑like Flutter image handling, offering direct ui.Image loading, unified caching, simulator support, custom channels and comprehensive error capture, with texture‑based rendering preferred for typical use and FFI reserved for legacy simulators or direct pixel access, while providing performance gains and upcoming animated‑image support.

FFIFlutterImage Processing
0 likes · 12 min read
PowerImage: Integrating FFI and External Texture for Advanced Flutter Image Handling
Xianyu Technology
Xianyu Technology
Oct 27, 2021 · Backend Development

Migrating Idlecenter: Code and Traffic Migration Strategies for Large-Scale Backend Services

The migration of Xianyu’s legacy Idlecenter service split into code migration—defining clear RPC‑service boundaries, moving middleware together, and avoiding refactoring—and traffic migration using HSF routing to shift load transparently, enabling gray releases, observability, sub‑second rollbacks, cutting effort to one person‑week per service with zero faults and a reusable checklist.

Backend MigrationHSFmicroservices
0 likes · 9 min read
Migrating Idlecenter: Code and Traffic Migration Strategies for Large-Scale Backend Services