Showing 100 articles max
Coder Trainee
Coder Trainee
Feb 6, 2026 · Mobile Development

Detecting Audio, Video, and Image Content Risks in WeChat Mini Programs

This article walks through using the WeChat Mini Program media‑check API to identify risky audio, video, and image content, outlines three typical scenarios, explains platform rate limits, and provides a complete Java example with step‑by‑step code analysis.

Audio DetectionContent SecurityImage Moderation
0 likes · 4 min read
Detecting Audio, Video, and Image Content Risks in WeChat Mini Programs
AntTech
AntTech
Feb 5, 2026 · Mobile Development

How Alipay Rebuilt Its ‘My Tab’ Using KMP for Seamless Three‑Platform Code

Alipay’s terminal team refactored the high‑traffic ‘My Tab’ feature into a single Kotlin Multiplatform codebase, tackling challenges like MVC‑to‑MVVM migration, frame‑rate drops, and cross‑platform stability, and sharing detailed design patterns, performance optimizations, and solutions for Android, iOS, and HarmonyOS.

Compose UICross‑platform developmentKotlin Multiplatform
0 likes · 13 min read
How Alipay Rebuilt Its ‘My Tab’ Using KMP for Seamless Three‑Platform Code
Coder Trainee
Coder Trainee
Feb 5, 2026 · Mobile Development

Detect Sensitive Text in WeChat Mini Programs Using the Content Security API

The article explains how to leverage WeChat Mini Program's text security API to automatically filter sensitive, political, pornographic, gambling, and drug-related content in user-generated text, outlines typical use cases, rate limits, and provides a Java implementation with step-by-step code walkthrough.

APIContent SecurityText Filtering
0 likes · 4 min read
Detect Sensitive Text in WeChat Mini Programs Using the Content Security API
AndroidPub
AndroidPub
Feb 5, 2026 · Mobile Development

Why Kotlin Multiplatform & Compose Multiplatform Are Production‑Ready in 2026

From the Kotlin 2.0 language upgrade and the K2 compiler to a mature Jetpack multi‑platform library ecosystem, stable Compose for iOS and Web, and robust engineering tooling, Kotlin Multiplatform and Compose Multiplatform have evolved into a production‑grade, cross‑platform solution for mobile, desktop, and web by 2026.

Compose MultiplatformK2 CompilerKotlin Multiplatform
0 likes · 20 min read
Why Kotlin Multiplatform & Compose Multiplatform Are Production‑Ready in 2026
Sohu Tech Products
Sohu Tech Products
Feb 4, 2026 · Mobile Development

Why Flutter Text Gets Clipped Under Opacity/ShaderMask? Deep Dive into Skia Bounds Bug

The article explains a long‑standing Flutter bug where Text wrapped by Opacity or ShaderMask loses its descender glyphs on Android due to overly precise layer bounds calculated by Skia/FreeType, detailing how saveLayer, hinting, and glyph outline bounds interact, and offers practical workarounds to avoid the clipping.

AndroidFlutterOpacity
0 likes · 11 min read
Why Flutter Text Gets Clipped Under Opacity/ShaderMask? Deep Dive into Skia Bounds Bug
AndroidPub
AndroidPub
Feb 2, 2026 · Mobile Development

How Kotlin Multiplatform Turns One Codebase into Native Android & iOS Binaries

This article demystifies Kotlin Multiplatform’s compiler architecture, explaining how shared Kotlin code is transformed into platform‑specific binaries via a common intermediate representation, the roles of Kotlin/JVM and Kotlin/Native backends, expect/actual contracts, memory model evolution, and practical build and integration steps for Android and iOS.

AndroidExpect/ActualKMP
0 likes · 19 min read
How Kotlin Multiplatform Turns One Codebase into Native Android & iOS Binaries
Woodpecker Software Testing
Woodpecker Software Testing
Feb 1, 2026 · Mobile Development

Hidden Mobile Testing Points You Probably Miss

This article outlines a comprehensive checklist of mobile testing items—including functional, conflict, performance, signal, low‑battery, compatibility, stress, field, stability, regular, user‑experience, and hardware tests—to help engineers ensure thorough coverage of a phone's quality and reliability.

compatibility testingfunctional testingmobile testing
0 likes · 4 min read
Hidden Mobile Testing Points You Probably Miss
Model Perspective
Model Perspective
Jan 28, 2026 · Mobile Development

Master HarmonyOS App Development: From Zero to Your First Hello World

This guide walks you through the complete HarmonyOS mobile development workflow—from understanding the platform’s layered architecture and core ArkTS/ArkUI concepts, to setting up DevEco Studio, creating a Hello World app, managing UI, state, routing, data, and finally packaging and publishing the app.

ArkUIDevEco StudioHarmonyOS
0 likes · 12 min read
Master HarmonyOS App Development: From Zero to Your First Hello World
AndroidPub
AndroidPub
Jan 26, 2026 · Mobile Development

How Agent Skills Turn AI Assistants into Consistent Android Development Partners

This article explains why AI coding assistants often ignore team conventions in large Android projects, introduces the concept of Agent Skills as versioned, shared‑memory skill packs that enforce architecture, state‑management, and offline‑first practices, and provides a step‑by‑step guide to integrate the open‑source Awesome Android Agent Skills library.

AIAgent SkillsAndroid
0 likes · 11 min read
How Agent Skills Turn AI Assistants into Consistent Android Development Partners
DaTaobao Tech
DaTaobao Tech
Jan 19, 2026 · Mobile Development

How Dual‑Prefetch and Multi‑Instance Architecture Supercharged Our Order List

This article details a systematic set of optimizations—dual‑layer pre‑fetch, multi‑level caching, multi‑instance tab management, and white‑screen mitigation—that transformed an e‑commerce order list from sluggish and unstable to fast, smooth, and reliable for billions of users.

Mobilearchitecturee-commerce
0 likes · 13 min read
How Dual‑Prefetch and Multi‑Instance Architecture Supercharged Our Order List
ITPUB
ITPUB
Jan 17, 2026 · Mobile Development

Rebuilding the Viral 8‑Yuan iOS App in 30 Minutes with AI Coding and Supabase

This article walks through a 30‑minute, step‑by‑step recreation of the popular "Dead Yet?" iOS app, showing how AI‑assisted coding, SwiftUI for the frontend, and Supabase’s serverless backend can turn a simple daily‑check‑in tool into a fully functional product with minimal infrastructure.

AI codingEdge FunctionsSupabase
0 likes · 18 min read
Rebuilding the Viral 8‑Yuan iOS App in 30 Minutes with AI Coding and Supabase
Zhihu Tech Column
Zhihu Tech Column
Jan 16, 2026 · Mobile Development

How a Custom C++ Native Rendering Engine Boosted Reading‑App Performance by Over 2%

The article details the design of a cross‑platform C++ rendering engine built for a mobile reading app, explaining its three‑layer architecture, file‑format support, layout and caching mechanisms, security features, and how these technical choices delivered measurable improvements in page views, reading time, and conversion rates.

CMobile DevelopmentPerformance
0 likes · 35 min read
How a Custom C++ Native Rendering Engine Boosted Reading‑App Performance by Over 2%
AndroidPub
AndroidPub
Jan 15, 2026 · Mobile Development

How to Seamlessly Integrate Kotlin Multiplatform into iOS Projects

This article explains how Kotlin Multiplatform (KMP) can be integrated into iOS apps by covering local and remote integration methods, build and packaging steps, Swift/Objective‑C interop details, debugging, testing, and practical recommendations for when and how to adopt KMP in mobile development.

CocoaPodsKotlin MultiplatformMobile Development
0 likes · 11 min read
How to Seamlessly Integrate Kotlin Multiplatform into iOS Projects
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Jan 14, 2026 · Mobile Development

Using Vue to Build Flutter Apps: A New Cross‑Platform Approach

The article examines how the Vue ecosystem, which lacks a true native cross‑platform solution, can leverage the open‑source WebF runtime to run standard web projects—including Vue, React, and Svelte—directly inside Flutter on iOS, Android, and desktop, offering near‑native performance without rewriting code.

FlutterOpen SourceVue
0 likes · 6 min read
Using Vue to Build Flutter Apps: A New Cross‑Platform Approach
DeWu Technology
DeWu Technology
Jan 12, 2026 · Mobile Development

How We Built an AI‑Powered Smart Inspection System for Mobile Apps

This article details the design and implementation of an AI‑driven smart inspection platform for a mobile app, covering background challenges, system architecture, core detection features—including layout, visual, consistency, and AI‑operation checks—platform configuration, result feedback, and the measurable improvements achieved.

AI inspectionLarge Language ModelSmart Inspection
0 likes · 19 min read
How We Built an AI‑Powered Smart Inspection System for Mobile Apps
Tech Musings
Tech Musings
Jan 11, 2026 · Mobile Development

What I Learned Building a WeChat Mini Program as an Indie Developer

A solo developer recounts the surprising hurdles of creating a WeChat mini‑program—from domain registration and residence‑permit verification to platform account splits, framework choices between Taro and Uni‑app, and the unexpected smoothness of the final review.

Identity verificationTaroWeChat Mini Program
0 likes · 6 min read
What I Learned Building a WeChat Mini Program as an Indie Developer
Sohu Tech Products
Sohu Tech Products
Jan 7, 2026 · Mobile Development

How Android Studio’s New AI Agent Supercharges Mobile Development

The article explains Android Studio’s latest AI Agent, covering its three core concepts—Tools, Context, and Model Context Protocol—while showing practical examples of built‑in tools, knowledge‑base integration, Figma linking, and a full UI‑generation workflow that lets developers create, refine, and fix Jetpack Compose apps using natural language prompts.

AI agentAndroid StudioJetpack Compose
0 likes · 7 min read
How Android Studio’s New AI Agent Supercharges Mobile Development