Tag

Mobile

1 views collected around this technical thread.

IT Services Circle
IT Services Circle
Jun 7, 2025 · Artificial Intelligence

Run Powerful Multimodal AI Offline on a 2 GB Android Phone with Google AI Edge Gallery

Google AI Edge Gallery lets a 2 GB RAM Android phone run sophisticated multimodal AI models completely offline, offering image understanding, text generation, and conversational capabilities without any network connection, and provides a quick three‑step setup to start experimenting with on‑device AI.

AIAndroidGoogle
0 likes · 5 min read
Run Powerful Multimodal AI Offline on a 2 GB Android Phone with Google AI Edge Gallery
DaTaobao Tech
DaTaobao Tech
Mar 28, 2025 · Mobile Development

A Framework for Dynamic UI Page Construction in Mobile Taobao

The article presents a modular framework for Mobile Taobao that unifies data protocols, rendering, layout, and lifecycle management through core engines (DataEngine, LayoutEngine, StateCenter, etc.) enabling rapid, extensible construction and updating of dynamic UI pages across multiple protocol versions.

Mobilecomponent architecturedynamic UI
0 likes · 8 min read
A Framework for Dynamic UI Page Construction in Mobile Taobao
Code Ape Tech Column
Code Ape Tech Column
Mar 23, 2025 · Information Security

Understanding QR Code Login: Principles, Token Authentication, and Process Flow

This article explains the fundamentals of QR code login, covering QR code basics, token‑based authentication, the step‑by‑step process from QR generation to device polling, scanning, confirmation, and token exchange, and discusses security considerations and implementation details for web, PC, and mobile platforms.

MobileQR codeWeb Security
0 likes · 11 min read
Understanding QR Code Login: Principles, Token Authentication, and Process Flow
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 6, 2025 · Frontend Development

Introducing Vant4-kit: A Mobile UI Component Library for Vue3+TypeScript

The article introduces Vant4-kit, a Vue3 + TypeScript mobile UI component library that extends Vant4 with new form and datetime picker components, showcases its features, provides code examples for XForm and XDatetimePicker, and invites feedback from developers.

MobileTypeScriptVant4
0 likes · 7 min read
Introducing Vant4-kit: A Mobile UI Component Library for Vue3+TypeScript
Architect's Guide
Architect's Guide
Dec 16, 2024 · Information Security

Understanding the Mechanics of QR Code Login and Token‑Based Authentication

This article explains how QR code login works by describing QR code fundamentals, token‑based authentication, and the step‑by‑step process—including QR generation, scanning, state transitions, and final confirmation—that enables a mobile device to securely authenticate a PC session.

AuthenticationMobileQR code
0 likes · 11 min read
Understanding the Mechanics of QR Code Login and Token‑Based Authentication
IT Services Circle
IT Services Circle
Oct 12, 2024 · Frontend Development

Tauri 2.0: A Lightweight Cross‑Platform Framework for Desktop and Mobile Applications

Tauri 2.0 is a lightweight, high‑performance framework that lets developers build cross‑platform desktop and mobile apps using familiar web technologies for the UI while leveraging Rust, Swift, and Kotlin for native backend logic, offering a safer and more resource‑efficient alternative to Electron.

DesktopLightweightMobile
0 likes · 6 min read
Tauri 2.0: A Lightweight Cross‑Platform Framework for Desktop and Mobile Applications
Airbnb Technology Team
Airbnb Technology Team
Jul 2, 2024 · Frontend Development

Airbnb Page Performance Score (PPS): Multi‑Platform Metrics, Weighting, and Evolution

Airbnb created the Page Performance Score (PPS), a unified 0‑100 metric that aggregates platform‑specific initial‑load and post‑load user‑centric measurements for Web, iOS, and Android, using weighted curves to enable cross‑page, cross‑team comparisons, track organizational weighted averages, and evolve with new metrics while preserving a stable scale.

AirbnbMetricsMobile
0 likes · 10 min read
Airbnb Page Performance Score (PPS): Multi‑Platform Metrics, Weighting, and Evolution
Beijing SF i-TECH City Technology Team
Beijing SF i-TECH City Technology Team
May 30, 2024 · Mobile Development

Design and Implementation of a HotFix System for Android Applications

This article presents a comprehensive overview of a mobile hot‑update solution for Android, covering its motivation, goals, technical selection of Tinker, comparative analysis of existing frameworks, system architecture, implementation steps, usage workflow, and the benefits it brings to rapid bug fixing and minor version releases.

Continuous DeliveryMobilePatch
0 likes · 9 min read
Design and Implementation of a HotFix System for Android Applications
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 18, 2024 · Mobile Development

Flutter Karaoke-Style Lyric Gradient Animation Tutorial

This article explains how to create a karaoke‑style per‑word gradient highlight for song lyrics in a Flutter app, covering the visual effect analysis, gradient positioning tricks, ShaderMask usage, animation with Tween and AnimationController, per‑character timing, and progress synchronization.

FlutterMobileShader
0 likes · 13 min read
Flutter Karaoke-Style Lyric Gradient Animation Tutorial
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 4, 2024 · Artificial Intelligence

Real-time LEGO Brick Detection on Mobile Using p5.js and Roboflow

This tutorial explains how to build a mobile web app that captures video with the phone camera, loads a custom LEGO detection model via Roboflow, identifies selected brick types in real time, and visualizes the results on a p5.js canvas, including deployment steps and improvement suggestions.

MobileWebcamobject detection
0 likes · 11 min read
Real-time LEGO Brick Detection on Mobile Using p5.js and Roboflow
Architecture Digest
Architecture Digest
Mar 27, 2024 · Information Security

Understanding QR Code Login: Principles, Token Authentication, and Implementation Steps

This article explains the fundamentals of QR code login, covering how QR codes work, the token‑based authentication mechanism, and the step‑by‑step process—from QR code generation and scanning to token exchange and final login confirmation—while highlighting security considerations.

AuthenticationMobileQR code
0 likes · 11 min read
Understanding QR Code Login: Principles, Token Authentication, and Implementation Steps
Tencent Cloud Developer
Tencent Cloud Developer
Mar 14, 2024 · Mobile Development

Aurora Animation and 3D Penguin Effects in Mobile QQ: Noise Algorithms, Color Mapping, Performance Optimization, and Rendering Techniques

The new QQ 9.0 introduces aurora‑style animations generated by continuous, smoothed noise algorithms with uniform‑probability color mapping, and a spring‑driven 3D penguin rendered via Filament’s PBR materials and GPU compute shaders, achieving sub‑2 ms performance on most Android and iOS devices.

3DGPUMobile
0 likes · 17 min read
Aurora Animation and 3D Penguin Effects in Mobile QQ: Noise Algorithms, Color Mapping, Performance Optimization, and Rendering Techniques
Java Tech Enthusiast
Java Tech Enthusiast
Mar 13, 2024 · Information Security

Understanding QR Code Login and Token-Based Authentication

QR‑code login lets a already‑authenticated mobile app scan a code shown on a PC, using a server‑issued token tied to the user’s account and device ID; the scan creates a temporary token, the user confirms, and a permanent token is issued to the PC, enabling password‑less, secure authentication.

AuthenticationMobileQR code
0 likes · 11 min read
Understanding QR Code Login and Token-Based Authentication
Architecture and Beyond
Architecture and Beyond
Mar 2, 2024 · Frontend Development

Understanding the Meaning, Essence, and Practical Solutions of Cross‑Platform Architecture

This article explains the concept and importance of cross‑platform architecture, outlines the three layers of hardware, OS, and application, compares hybrid, framework‑native, self‑rendering, and DSL‑based approaches, and provides practical implementation examples and selection criteria for developers.

FlutterHybridMobile
0 likes · 19 min read
Understanding the Meaning, Essence, and Practical Solutions of Cross‑Platform Architecture
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 3, 2024 · Mobile Development

Implementing a Mobile Parallax Effect Using the DeviceOrientationEvent Gyroscope API

This article explains how to recreate a desktop‑style parallax animation on mobile devices by leveraging the DeviceOrientationEvent gyroscope API, covering background concepts, sensor data handling, implementation steps, code examples, and common issues such as HTTPS requirements and iOS permission prompts.

JavaScriptMobileWeb Development
0 likes · 7 min read
Implementing a Mobile Parallax Effect Using the DeviceOrientationEvent Gyroscope API
Selected Java Interview Questions
Selected Java Interview Questions
Jan 18, 2024 · Backend Development

Understanding QR Code Login: Principles, Token Authentication, and Implementation Steps

This article explains the fundamentals of QR code login, describing how QR codes work, the token‑based authentication mechanism, and the step‑by‑step process from QR code generation on the PC to scanning, confirmation, and token exchange that securely logs a user into the system.

AuthenticationMobileQR code
0 likes · 12 min read
Understanding QR Code Login: Principles, Token Authentication, and Implementation Steps
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 16, 2023 · Frontend Development

Common Frontend Issues and Solutions for Mobile Browsers

This article compiles a series of practical solutions for frequent frontend problems on mobile devices, covering CSS position‑sticky failures, locale‑dependent date formatting, multiline ellipsis glitches, React useEffect height bugs, dual scrollbar conflicts, iPhone 6 scrolling issues, Android WebView reload quirks, request‑parameter encoding, and iOS 17 input focus jitter.

CSSDebuggingJavaScript
0 likes · 8 min read
Common Frontend Issues and Solutions for Mobile Browsers
ByteDance Cloud Native
ByteDance Cloud Native
Dec 12, 2023 · Mobile Development

Why Android Apps Crash with TransactionTooLargeException and How to Fix It

This article analyzes a recent surge of TransactionTooLargeException crashes in the Douyin Android app, explains how oversized Bundles exceed Binder limits during Activity stop, and presents a hook‑based solution that compresses Bundle data to prevent binder transaction failures.

AndroidMobileapmplus
0 likes · 21 min read
Why Android Apps Crash with TransactionTooLargeException and How to Fix It
DataFunSummit
DataFunSummit
Dec 4, 2023 · Product Management

Designing an AB Experiment System for User Growth Scenarios

This article presents a comprehensive AB testing framework tailored for new‑user growth scenarios, detailing the challenges of early traffic allocation, the scientific validation of a new experiment system, real‑world case studies, and practical guidelines for evaluation and implementation.

AB testingMobiledata analysis
0 likes · 14 min read
Designing an AB Experiment System for User Growth Scenarios
iQIYI Technical Product Team
iQIYI Technical Product Team
Nov 24, 2023 · Frontend Development

Performance and Experience Optimization of H5 Special Topic Pages in Mobile App WebView

By implementing offline caching of libraries, template pre‑rendering, native player embedding, split‑screen loading, API slimming, WebP image delivery, and UI tweaks such as title‑bar customization, hide‑nav flags, pull‑to‑refresh, early background color and placeholder optimization, the H5 special‑topic pages in the mobile app WebView achieve up to 60 % faster first‑screen loads, dramatically lower network usage, and a smoother, more immersive user experience.

H5MobilePerformance Optimization
0 likes · 10 min read
Performance and Experience Optimization of H5 Special Topic Pages in Mobile App WebView