×

XianYu Tech

2886 Reputation

join Xianyu:guicai.gxy@alibaba-inc.com

Follow
Activities(50) Posts(56) Series(1) Areas of Expertise Following Followers
Areas of Expertise

Following (0)

See All

Followers (4)

See All

How Idle Fish Uses RxJava to Improve the Asynchronous Programming Capability - Part2

Part 2 of this 2-part article explores the basic principles and precautions of RxJava.

How Idle Fish Uses RxJava to Improve the Asynchronous Programming Capability - Part1

Part 1 of this 2-part article introduces RxJava and explores its usage.

Serverless Splitting Practice for the Monolithic Applications of Idle Fish

This article discusses Serverless splitting practices and the benefits of automated splitting tools.

Selection and Exploration of Scheme for Flutter Automated UI Testing

This article analyzes the principle and implementation of the Flutter driver and Integration test and introduces schemes that Idle Fish has tried for automated UI testing.

How Is SWAK, the Decoupling Tool for Idle Fish Business Code, Implemented?

This article focuses on illustrating the principles of SWAK while posting some key code implementation using abridged code to help readers understand.

A Few Tips on Large-Scale Real-Time Data Warehouse Construction

This article offers helpful tips for large-scale real-time data warehouse construction.

Flutter IM Cross-End Architecture Design and Implementation

This article discussed the architecture design and implementation of Flutter IM.

Service Code Deconstruction Tool – SWAK

This article explains how SWAK deconstructs the Xianyu code.

Uni API: A Unified Cross-End API Solution for Xianyu

This article introduces the Uni API and explains how it works with Xianyu.

Sharing Insights into the ANR Handling of Xianyu

This article mainly expounds on the thinking of Xianyu on the ANR problem handling from the aspects of ANR monitoring, troubleshooting system, and optimization cases.

Flutter Architecture Design and Application in Streaming Scenarios

This article describes how to design and realize a set of stream page-building capabilities in Flutter.

Flutter: A Full-scene Scrolling Container with High-performance and Multi-functions

This article explores how PowerScrollView addresses streaming challenges at Xianyu that native and some open source solutions in Flutter fail to meet.

Let's Make Flutter Fun Again

This article attempts to structure the technical value of Flutter from a new perspective and do the corresponding application analysis.

Is Xianyu Quietly Giving up Flutter?

This article describes the views expressed by Yu Jia regarding Xianyu's current position on Flutter, including the challenges, innovations, and future plans.

Run React Code on Svelte Engine

This article explains how to run the react code on the Svelte engine with the help of AST.

One Solution to Improve Flutter Memory Utilization (Knowledge Sharing)

This article discusses the existing problems of Flutter Memory Utilization and possible solutions.

How Does Xianyu Improve the Technical Experience Based on Flutter?

This article describes the performance and experience optimizations of Xianyu on the Flutter side in three parts.

Exploring Flutter-Native Hybrid Engineering Decoupling in Xianyu

This article explores problems with Flutter-Native engineering decoupling in Xianyu and offers solutions.

An In-Depth Understanding of Flutter Compilation Principles and Optimizations

This article introduces the relevant principles, customization, and optimization of Flutter using the 'hello_flutter" project as an example.

The Tree Shaking Mechanism in Flutter

This article explores the Tree Shaking mechanism during the compilation process using the Flutter Engine source code.

Latest Comments

5555590181998165 Commented on Exploring Memory Leaks in Flutter from the Rendering Process

Hi, Thank you for your postI would like to know which tool you use to track the leak point in this post

5009021056677605 Commented on Flutter Analysis and Practice: Design of Lightweight Dynamic Rendering Engine

Is this (dynamic template based ui) allowed for IOS apps? This seems to violate Apple's terms (no dynamic code except for javascript)

5361207351620037 Commented on Fish-Lottie: How to Implement a High-performance Animation Framework with Dart?

Do you plan to put this on Flutter pub?

5078500387488475 Commented on Flutter Analysis and Practice: Design of Lightweight Dynamic Rendering Engine

Would a project like this be valuable in solving the same problem, though perhaps in a slightly more elegant way? https://github.com/chgibb/hydro-sdk