Tagged articles
17 articles
Page 1 of 1
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Feb 28, 2025 · Mobile Development

Optimizing Mobile Game Performance and Power Consumption from a Device Manufacturer Perspective

The article explains how mobile device manufacturers can balance high frame‑rate gaming performance with reduced power draw by quantifying FPS metrics, applying temperature‑limited frame rates, using PM QoS and uclamp frequency scaling, implementing boost logic, and tailoring thread scheduling, emphasizing close collaboration with developers and silicon vendors.

Android kernelCPU frequency scalingMobile Gaming
0 likes · 19 min read
Optimizing Mobile Game Performance and Power Consumption from a Device Manufacturer Perspective
ZhongAn Tech Team
ZhongAn Tech Team
May 13, 2024 · Artificial Intelligence

Weekly Tech Overview: AI Advances, Mobile Game Store, and Industry Insights

This weekly tech roundup covers Microsoft’s upcoming mobile game store, Alibaba Cloud’s Tongyi Qianwen 2.5 AI model, Google DeepMind’s AlphaFold 3 for drug discovery, TikTok’s AI‑content labeling, 神州信息’s AI‑native product, Apple’s on‑device AI chips, expert views on scaling laws, and news on Fei‑Fei Li’s startup, Apple’s China tax, and Buffett’s Apple stake reduction.

AIAI InfrastructureEntrepreneurship
0 likes · 7 min read
Weekly Tech Overview: AI Advances, Mobile Game Store, and Industry Insights
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
May 11, 2024 · Game Development

Practical Lessons from Client Performance Optimization in a Mobile Game Project

This article shares seven practical insights gained from client performance testing and optimization in a mobile basketball game, covering long‑term performance planning, data‑driven decisions, feature toggles, build configurations, realistic testing, careful trade‑off evaluation, and the importance of team communication.

Build configurationMobile GamingPerformance Testing
0 likes · 21 min read
Practical Lessons from Client Performance Optimization in a Mobile Game Project
VMIC UED
VMIC UED
Sep 20, 2023 · Product Management

How Vivo Redesigned Its Game Welfare Tab to Boost User Engagement

This article details the systematic redesign of Vivo's game center welfare tab, covering project background, design goals, step‑by‑step framework creation, visual styling, animation, holiday themes, membership coupon and mall modules, and the evaluation that proved increased user activity and satisfaction.

Mobile GamingProduct RedesignUX design
0 likes · 17 min read
How Vivo Redesigned Its Game Welfare Tab to Boost User Engagement
DataFunSummit
DataFunSummit
Aug 12, 2023 · Information Security

Design and Exploration of Mobile Game Anti‑Fraud Systems

This article examines the mobile game black‑market ecosystem, outlines common fraud patterns such as script cheats, account trading, and illegal recharge, and presents a comprehensive anti‑fraud architecture that combines real‑time risk assessment, offline analysis, and adaptive mitigation strategies for game developers and operators.

Game SecurityMobile Gamingalgorithm
0 likes · 21 min read
Design and Exploration of Mobile Game Anti‑Fraud Systems
DataFunTalk
DataFunTalk
Aug 7, 2023 · Information Security

Design and Exploration of Mobile Game Anti‑Fraud Systems

This article examines the mobile gaming black‑market ecosystem, outlines common fraud patterns, and presents a comprehensive anti‑fraud architecture—including real‑time and offline risk assessment, entity profiling, and mitigation strategies—while sharing practical insights and lessons learned from implementation.

Game SecurityMobile Gaminganti-fraud
0 likes · 19 min read
Design and Exploration of Mobile Game Anti‑Fraud Systems
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Aug 12, 2022 · Game Development

The Role and Appeal of Music Games in the Chinese Mobile Gaming Market

This article examines how music rhythm games have evolved from arcade origins to mobile platforms in China, highlighting their psychological appeal, scoring mechanics, competitive features, and integration with RPG elements, while comparing market maturity with Japan and showcasing notable titles such as Deemo and Cytus.

Mobile Gaminggame designmusic games
0 likes · 8 min read
The Role and Appeal of Music Games in the Chinese Mobile Gaming Market
Python Programming Learning Circle
Python Programming Learning Circle
Feb 26, 2022 · Mobile Development

Automating Onmyoji Game Tasks with Python, ADB, and OpenCV

This tutorial explains how to use Python, ADB commands, OpenCV image recognition, and Tencent OCR to automate weekly tasks in the Onmyoji mobile game, including boss battles, realm breakthroughs, and resource farming, while handling multi‑instance switching and random delays for stability.

ADBAutomationMobile Gaming
0 likes · 7 min read
Automating Onmyoji Game Tasks with Python, ADB, and OpenCV
iQIYI Technical Product Team
iQIYI Technical Product Team
Feb 5, 2021 · Game Development

AR+AI Powered Video Interactive Mini‑Games on iQIYI: Architecture, Face & Gesture Control, and Lua Game Layer

iQIYI’s AR+AI powered video interactive mini‑games blend a custom VideoAR engine with real‑time AI‑driven face and gesture detection, use lightweight Lua for game logic, and offer rapid hot‑updates, enabling diverse IP integrations that have attracted over a million participants and boosted viewer engagement.

AIARComputer Vision
0 likes · 12 min read
AR+AI Powered Video Interactive Mini‑Games on iQIYI: Architecture, Face & Gesture Control, and Lua Game Layer
Tencent Cloud Developer
Tencent Cloud Developer
Sep 15, 2020 · Game Development

Frame Pacing in Mobile Gaming: Balancing FPS and Refresh Rates

The article examines mobile gaming frame pacing, explaining how synchronizing FPS with display refresh rates—through VSync, adaptive sync, and platform‑specific tools like Android’s Swappy, iOS’s CADisplayLink, and Unreal/Unity integrations—prevents tearing and ensures smooth performance despite hardware limits.

Android iOSFPS optimizationMobile Gaming
0 likes · 12 min read
Frame Pacing in Mobile Gaming: Balancing FPS and Refresh Rates
37 Interactive Technology Team
37 Interactive Technology Team
Apr 28, 2019 · Artificial Intelligence

Application of Machine Learning Algorithms in Mobile Game Recharge Monitoring

By applying XGBoost‑based regression models that are retrained daily on two‑week order data and tuned per sub‑package, the mobile‑game recharge monitoring system predicts 10‑minute order volumes, sharply cuts false alarms from hundreds to dozens, and delivers precise, scalable alerts for game operations.

Mobile GamingModel EvaluationXGBoost
0 likes · 8 min read
Application of Machine Learning Algorithms in Mobile Game Recharge Monitoring
Tencent Cloud Developer
Tencent Cloud Developer
Mar 28, 2018 · Game Development

Developing a WeChat Mini Game with Cocos Creator: Design, Implementation, and Anti‑Cheat Strategies

Senior Tencent engineer Yang Shangzhi details how he built a fast‑paced, endless‑runner WeChat mini‑game with Cocos Creator v1.9.0—choosing it over LayaEngine for better debugging and WeChat integration—describing dynamic map generation, seed‑based anti‑cheat verification, potential skin and level‑creation monetization, and providing source code for developers.

Cocos CreatorGame DevelopmentMobile Gaming
0 likes · 4 min read
Developing a WeChat Mini Game with Cocos Creator: Design, Implementation, and Anti‑Cheat Strategies
21CTO
21CTO
Dec 2, 2017 · Backend Development

How King of Glory Scaled to 4,600 Servers: Inside Its Backend Architecture

King of Glory’s technical director Sun Xun recounts the evolution from a PC RTS framework to a massive mobile MOBA, detailing the game’s server‑hall and PvP split, the introduction of proxy servers, the shift from TCP to UDP with frame‑sync, and ongoing network and scaling optimizations.

BackendGame ArchitectureMobile Gaming
0 likes · 18 min read
How King of Glory Scaled to 4,600 Servers: Inside Its Backend Architecture
21CTO
21CTO
Sep 23, 2017 · Game Development

From BASIC to King of Glory: Yao Xiaoguang’s Game Development Journey

This article chronicles Yao Xiaoguang’s evolution from a teenage BASIC programmer in Nanchang to the mastermind behind China’s blockbuster game King of Glory, detailing his early experiments, pivotal demos, startup struggles, and eventual leadership roles at Tencent that reshaped the Chinese gaming industry.

Game DevelopmentMobile GamingTencent
0 likes · 19 min read
From BASIC to King of Glory: Yao Xiaoguang’s Game Development Journey
Efficient Ops
Efficient Ops
Apr 18, 2017 · Operations

Boost Mobile Game Performance: Ops, Download & Real‑Time Network Hacks

This article outlines a comprehensive solution for mobile game operations, covering the value of modern ops, user‑experience metrics across download, login, gameplay, payment and sentiment, download‑service optimizations such as domain and resource hijack protection, incremental updates, and real‑time battle network enhancements including access‑network, backbone and QoS techniques.

Download OptimizationMobile GamingOperations
0 likes · 23 min read
Boost Mobile Game Performance: Ops, Download & Real‑Time Network Hacks
Tencent TDS Service
Tencent TDS Service
Aug 28, 2015 · Game Development

Unlocking Southeast Asia: 5 Key Factors for Game Success in Emerging Markets

An in‑depth look at Southeast Asia’s mobile gaming landscape reveals how traffic, content localization, payment methods, operational partnerships, and user‑retention strategies shape success across Thailand, Indonesia, Philippines, Vietnam, Malaysia and Singapore, offering actionable insights for developers targeting this fast‑growing region.

Market analysisMobile GamingSoutheast Asia
0 likes · 8 min read
Unlocking Southeast Asia: 5 Key Factors for Game Success in Emerging Markets