Tag

WXML

0 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Mar 28, 2019 · Mobile Development

Community Mini-Program Feature Implementation Using Cloud Development

The guide shows how to create a WeChat community mini‑program with cloud development that lets users post text and up to six images, implements home, publishing, and personal‑center pages, handles data pagination, image preview and deletion, stores posts in cloud collections, manages user authorization and avatar display, and addresses typical permission and refresh problems.

Cloud DevelopmentImage UploadUser Authentication
0 likes · 12 min read
Community Mini-Program Feature Implementation Using Cloud Development
Tencent Cloud Developer
Tencent Cloud Developer
Apr 25, 2018 · Mobile Development

Developing a WeChat Mini‑Program for ID Card Capture: A Personal Technical Walkthrough

A Tencent Cloud UI engineer details how they built a WeChat mini‑program that captures a personal ID card with the device camera, uses WXML, WXSS, and JavaScript, adapts layouts with rpx units, leverages WeUI components, and overlays text masks via cover‑view components before uploading the image for registration.

Camera ComponentFront-End DevelopmentWXML
0 likes · 6 min read
Developing a WeChat Mini‑Program for ID Card Capture: A Personal Technical Walkthrough
JD Tech
JD Tech
Mar 23, 2018 · Frontend Development

Guide to Custom Component Development in WeChat Mini Programs

This article explains how to build lightweight, reusable custom components in WeChat Mini Programs, covering the evolution from basic template imports to full‑featured custom components, the differences between import and include methods, component configuration, event handling, and popular third‑party frameworks such as WePY and mpvue.

Custom ComponentFrontend DevelopmentWXML
0 likes · 10 min read
Guide to Custom Component Development in WeChat Mini Programs
Baidu Waimai Technology Team
Baidu Waimai Technology Team
Mar 9, 2017 · Frontend Development

An Introduction to WeChat Mini Programs: Technology Stack, Development Settings, and Lifecycle

This article provides a comprehensive overview of WeChat Mini Programs, covering their technical stack (WXML, WXSS, WXAPI), development environment setup, file architecture, component system, application and page lifecycles, login process, and practical considerations for frontend developers.

Frontend DevelopmentWXMLWXSS
0 likes · 9 min read
An Introduction to WeChat Mini Programs: Technology Stack, Development Settings, and Lifecycle
Tencent Cloud Developer
Tencent Cloud Developer
Jan 17, 2017 · Mobile Development

Understanding WeChat Mini Program Development: Data, UI, and Interaction Patterns

The article explains WeChat Mini Program development through MVC, detailing data acquisition methods, the WXML/WXSS UI stack, unidirectional interaction via setData, a data‑driven architecture that simplifies basics but limits complex UI control, and highlights common pitfalls such as compatibility, IDE instability, and scarce resources.

Data-Driven UIJavaScript frameworkMobile Development
0 likes · 12 min read
Understanding WeChat Mini Program Development: Data, UI, and Interaction Patterns