Tagged articles
34 articles
Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 20, 2025 · Mobile Development

Can AI Build a Cross‑Platform “Lonely Frog” App in One Day with Kuikly?

Using Tencent’s open‑source Kuikly framework and AI assistance, the author creates a minimalist “Lonely Frog” app that runs on Android, iOS, HarmonyOS, Web and mini‑programs, detailing setup, design generation, code snippets, debugging tips, and multi‑platform deployment in a single day.

AI‑Assisted DevelopmentComposeCross‑Platform
0 likes · 10 min read
Can AI Build a Cross‑Platform “Lonely Frog” App in One Day with Kuikly?
AntTech
AntTech
Aug 27, 2025 · Mobile Development

How Alipay Built an AI Travel Assistant in Two Months with xUI, gRPC, and KMP

This article details the two‑month end‑to‑end development of Alipay's AI Travel Assistant, describing the product concept, technical background, adoption of the xUI interaction framework, gRPC streaming, Kotlin Multiplatform integration, migration challenges, performance metrics, and future roadmap.

AICross‑PlatformKotlin Multiplatform
0 likes · 23 min read
How Alipay Built an AI Travel Assistant in Two Months with xUI, gRPC, and KMP
DevOps Operations Practice
DevOps Operations Practice
Jul 24, 2025 · Databases

Master DBeaver: A Complete Guide to the Open‑Source Database Tool

This article provides a detailed overview of DBeaver, covering its core features, cross‑platform support, powerful SQL editor, visual data management, step‑by‑step usage instructions, and key advantages such as being free, open‑source, and highly stable for developers and DBAs.

Cross‑PlatformDBeaverData visualization
0 likes · 4 min read
Master DBeaver: A Complete Guide to the Open‑Source Database Tool
21CTO
21CTO
Oct 15, 2024 · Fundamentals

Can eBPF Run on Windows? Exploring Cross‑Platform Kernel Programmability

At the recent virtual eBPF summit, Isovalent CTO Thomas Graf revealed that Microsoft is developing a Windows version of eBPF, aiming for cross‑platform compatibility with Linux, while the IETF works on standardizing the eBPF ISA and verifier to ensure secure, portable kernel bytecode execution.

Cross‑PlatformLinuxWindows
0 likes · 5 min read
Can eBPF Run on Windows? Exploring Cross‑Platform Kernel Programmability
JD Tech Talk
JD Tech Talk
Sep 26, 2024 · Mobile Development

JD Finance HarmonyOS NEXT: From Zero to One – Architecture, Challenges, and Practices

This article details JD Finance's end‑to‑end development of a HarmonyOS NEXT version, covering background, feature selection, architectural layering, technical solution comparison, infrastructure construction, challenges, trial and official releases, new OS features, performance optimization, and future plans.

App ArchitectureCross‑PlatformHarmonyOS
0 likes · 24 min read
JD Finance HarmonyOS NEXT: From Zero to One – Architecture, Challenges, and Practices
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
Sohu Tech Products
Sohu Tech Products
Feb 21, 2024 · Mobile Development

Environment Setup and Project Creation for HarmonyOS Flutter Development

This guide walks you through configuring the OpenHarmony SDK, Java 11, and the signing tool on Linux, macOS, or Windows, building a custom Flutter engine, creating and building a HarmonyOS Flutter project, installing the signed .hap, and understanding the two development modes for three‑platform unification.

Cross‑PlatformEnvironment setupFlutter
0 likes · 8 min read
Environment Setup and Project Creation for HarmonyOS Flutter Development
Tencent Cloud Developer
Tencent Cloud Developer
May 17, 2023 · Game Development

King of Glory Map Integration: UI Framework, Method Calls, and Cross‑Platform Event Handling

The article details a cross‑platform solution for embedding the King of Glory map into Unity, describing a native Android view integration, a three‑layer UI framework with JCE definitions, data‑driven method calls and callbacks, coordinate scaling, immersive mode handling, and Nine‑Patch rendering to achieve rapid, lightweight map deployment.

AndroidCross‑PlatformJCE
0 likes · 33 min read
King of Glory Map Integration: UI Framework, Method Calls, and Cross‑Platform Event Handling
ByteFE
ByteFE
Apr 17, 2023 · Fundamentals

Understanding WebAssembly: Runtime Mechanisms, Tooling, and Cross‑Environment Usage

This article provides a comprehensive overview of WebAssembly, explaining its import/export model, tooling such as wit‑bindgen and waPC, practical examples for web browsers, command‑line runtimes, embedded systems, and plugin architectures, and demonstrates how to integrate WASM with languages like C, Rust, Go, Java, and Python.

Cross‑PlatformRuntimeWasm
0 likes · 25 min read
Understanding WebAssembly: Runtime Mechanisms, Tooling, and Cross‑Environment Usage
Alibaba Terminal Technology
Alibaba Terminal Technology
May 12, 2022 · Frontend Development

How DingTalk Fixed FlutterEngine Crashes, Memory Leaks, and Deadlocks on Desktop

This article details the technical challenges DingTalk faced when integrating Flutter across macOS and Windows desktops, covering memory leaks, shutdown deadlocks, OpenGL crashes, rendering glitches, plugin registration wild‑pointer crashes, and white‑screen issues, and explains the root causes and concrete solutions applied to each problem.

CrashCross‑PlatformDesktop
0 likes · 12 min read
How DingTalk Fixed FlutterEngine Crashes, Memory Leaks, and Deadlocks on Desktop
IT Services Circle
IT Services Circle
Apr 11, 2022 · Backend Development

Upgrading a 20‑Year‑Old University .NET Project to .NET 6 with the .NET Upgrade Assistant

This article walks through migrating a two‑decade‑old C#/.NET university operating‑system project to .NET 6 using the .NET Upgrade Assistant, showing command‑line interactions, code adjustments, package updates, and how the final single‑file executable runs cross‑platform on Windows, Linux and Docker.

.NET 6C#Cross‑Platform
0 likes · 7 min read
Upgrading a 20‑Year‑Old University .NET Project to .NET 6 with the .NET Upgrade Assistant
HelloTech
HelloTech
Nov 22, 2021 · Mobile Development

Improving Mobile Development Efficiency: Practices from Hello Ride

Hello Ride boosts mobile development efficiency by empowering technical PMs as bridges between business and architecture, prioritizing demand value, and upgrading technology through modular, containerized (e.g., Flutter) and standardized components, enabling cross‑platform reuse, faster decision‑making, and reduced costs amid rapid business expansion.

Cross‑PlatformMobile Developmentmodular architecture
0 likes · 7 min read
Improving Mobile Development Efficiency: Practices from Hello Ride
ByteFE
ByteFE
Aug 23, 2021 · Frontend Development

Technical Exploration and Implementation of Cross‑Platform Web Screen Recording Using WebRTC, rrweb, and ffmpeg in Electron

This article presents a comprehensive technical analysis of cross‑platform web screen recording, covering strict business requirements, evaluation of rrweb, ffmpeg, and WebRTC solutions, detailed implementations for video and audio capture in Electron, handling of lock‑screen issues, WebM metadata fixes, memory‑usage constraints, and performance optimizations.

BlobCross‑PlatformMediaRecorder
0 likes · 49 min read
Technical Exploration and Implementation of Cross‑Platform Web Screen Recording Using WebRTC, rrweb, and ffmpeg in Electron
Xianyu Technology
Xianyu Technology
Jul 2, 2021 · Mobile Development

Xianyu’s Journey with Flutter: Challenges, Open‑Source Practices, and Lessons Learned

Xianyu pioneered Flutter adoption in 2017, overcoming internal resistance and architectural gaps by creating the AliFlutter community and a hybrid Flutter Boost stack, successfully migrating its main app, learning from early open‑source missteps to improve documentation and APIs, and now commits to three more years of Flutter development while preparing for future cross‑platform ecosystems.

Cross‑PlatformFlutterHybrid Architecture
0 likes · 10 min read
Xianyu’s Journey with Flutter: Challenges, Open‑Source Practices, and Lessons Learned
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 21, 2021 · Frontend Development

How Alibaba’s Kraken Engine Redefines Cross‑Platform Web Rendering

Alibaba’s open‑source Kraken engine, built over three years, offers a high‑performance, W3C‑standard‑based rendering solution that integrates seamlessly with existing front‑end ecosystems, delivers consistent cross‑device output, and introduces advanced features like infinite scrolling, synchronous rasterization, enhanced gestures, and a plugin architecture, all backed by extensive automated testing and real‑world deployments.

Cross‑PlatformKrakenW3C Standards
0 likes · 12 min read
How Alibaba’s Kraken Engine Redefines Cross‑Platform Web Rendering
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Sep 2, 2020 · Mobile Development

Rebuilding NetEase Cloud Music's React Native Infrastructure: From 0.33 to 0.6, Automated Deployment, Codemod, and Multi‑Platform Strategy

NetEase Cloud Music rebuilt its React Native stack from version 0.33 to 0.6, introducing automated one‑click deployment, a custom codemod that migrated all apps in a day, and a three‑platform toolchain that unified iOS, Android, and web, boosting checkout reach to 99% and scaling to over ten production RN applications.

Automated DeploymentCross‑PlatformMobile Development
0 likes · 14 min read
Rebuilding NetEase Cloud Music's React Native Infrastructure: From 0.33 to 0.6, Automated Deployment, Codemod, and Multi‑Platform Strategy
TAL Education Technology
TAL Education Technology
May 21, 2020 · Mobile Development

DStack: A Hybrid Stack Management Framework for Flutter and Native Integration

The article introduces DStack, a self‑developed hybrid stack management framework that unifies Flutter and native pages through a node‑based architecture, explains its design choices over flutter_boost, showcases performance and functional improvements in the Xueersi 1v1 apps, and outlines future open‑source plans.

Cross‑PlatformHybrid DevelopmentMobile Framework
0 likes · 8 min read
DStack: A Hybrid Stack Management Framework for Flutter and Native Integration
Alibaba Cloud Developer
Alibaba Cloud Developer
May 14, 2020 · Frontend Development

Discover Kraken: Alibaba’s Flutter‑Based Dynamic Rendering Framework

Kraken is a Flutter‑powered dynamic rendering framework from Alibaba that combines Rax and Web standards to enable zero‑learning‑cost UI updates, extensive npm package support, cross‑platform deployment, advanced debugging tools, and a suite of demo applications showcasing its performance and flexibility.

Cross‑PlatformFlutterFront‑end Framework
0 likes · 10 min read
Discover Kraken: Alibaba’s Flutter‑Based Dynamic Rendering Framework
JD Retail Technology
JD Retail Technology
Apr 14, 2020 · Frontend Development

Integrating react-native-web into a React Native Project: A Step‑by‑Step Guide

This article explains how to extend a React Native project with react-native-web, covering the motivation, required dependencies, project setup, webpack and Babel configuration, entry‑file creation, AppRegistry usage, component implementation, and JDReact’s practical extensions for seamless multi‑platform deployment.

Cross‑PlatformReact NativeWeb Development
0 likes · 21 min read
Integrating react-native-web into a React Native Project: A Step‑by‑Step Guide
21CTO
21CTO
Apr 10, 2020 · Fundamentals

What Is Google Fuchsia? Exploring the Next‑Generation OS and Its Impact

This article traces Google Fuchsia’s evolution from its 2016 origins, explains its Zircon kernel, cross‑device capabilities, UI design, assistant features, and customizability, and discusses the uncertain release timeline while highlighting its potential influence on future application development.

Cross‑PlatformFlutterGoogle Fuchsia
0 likes · 6 min read
What Is Google Fuchsia? Exploring the Next‑Generation OS and Its Impact
21CTO
21CTO
Jan 16, 2020 · Frontend Development

Why Microsoft’s New Chromium‑Based Edge Is a Game‑Changer for Users and Developers

Microsoft’s January 2020 launch of the Chromium‑based Edge browser brings cross‑platform support, Chrome extension compatibility, enhanced privacy controls, and a new design, while also addressing early language‑pack issues and signaling a strategic shift toward embracing Chromium across Windows devices.

ChromiumCross‑PlatformMicrosoft Edge
0 likes · 7 min read
Why Microsoft’s New Chromium‑Based Edge Is a Game‑Changer for Users and Developers
Tencent Cloud Developer
Tencent Cloud Developer
Aug 21, 2019 · Mobile Development

An Introduction to Flutter: Architecture, State Management, and Dart Language Features

Flutter is Google’s UI toolkit that uses the Skia engine and Dart’s AOT/JIT compilation to render directly to a canvas, offering fast, cross‑platform performance, modern language features, flexible state‑management options like setState, InheritedWidget and Bloc, and support for testing, lifecycle handling, and native platform channels for web, desktop, and mobile.

Cross‑PlatformDARTFlutter
0 likes · 16 min read
An Introduction to Flutter: Architecture, State Management, and Dart Language Features
HomeTech
HomeTech
May 23, 2019 · Frontend Development

Building a Cross‑Platform S3 Upload GUI with Electron and Vue

This article explains how to create a cross‑platform desktop client for uploading local resources to S3‑backed CDN using Electron, Vue, and lowdb, covering UI design, project structure, main‑renderer process communication, persistent storage, command‑line integration, packaging, and update handling.

Cross‑PlatformDesktop ApplicationElectron
0 likes · 16 min read
Building a Cross‑Platform S3 Upload GUI with Electron and Vue
Qunar Tech Salon
Qunar Tech Salon
Dec 14, 2016 · Mobile Development

Cross‑Platform ListView Performance Optimization in React Native and Weex

This talk explains how Qunar’s engineering team analyzed the performance bottlenecks of React Native’s ListView, compared it with native UITableView and Weex implementations, and proposed JavaScript‑based reuse logic and native bridge solutions to improve scrolling efficiency across iOS and Android.

AndroidCross‑PlatformListView
0 likes · 18 min read
Cross‑Platform ListView Performance Optimization in React Native and Weex
DevOps
DevOps
Nov 17, 2016 · Mobile Development

Exploring Visual Studio for Mac: Installation, Features, and First Impressions

This article walks through the acquisition of Xamarin by Microsoft, the integration of Xamarin Studio into Visual Studio for Mac, provides step‑by‑step installation instructions, highlights the new project templates—including .NET Core and cross‑platform solutions—and shares early impressions of the IDE’s potential for mobile development.

.NET CoreCross‑PlatformIDE
0 likes · 4 min read
Exploring Visual Studio for Mac: Installation, Features, and First Impressions
Tencent TDS Service
Tencent TDS Service
Jul 7, 2016 · Mobile Development

Scaling React Native at Tencent: Performance Wins and Lessons Learned

During a Dev Club session, Tencent engineers shared a comprehensive review of their React Native adoption, covering project history, architecture, version management, performance optimization, crash analysis, and practical tips for mobile developers seeking to balance native quality with cross‑platform efficiency.

AndroidCross‑PlatformReact Native
0 likes · 19 min read
Scaling React Native at Tencent: Performance Wins and Lessons Learned