Tagged articles
8 articles
Page 1 of 1
Yunxuetang Frontend Team
Yunxuetang Frontend Team
Sep 15, 2023 · Frontend Development

Front-End Insights: Architecture, Code Review, Storage, and New Tools

This article explores front‑end architecture decisions between Vue and React, shares a comprehensive code‑review methodology from 13 years at Tencent, evaluates the most robust local storage solutions for large offline data, details two screen‑adaptation approaches for Vue 3/Vite, and introduces emerging technologies such as LangChain’s RAG and Agents and the high‑performance Bun 1.0 JavaScript runtime.

BunCode reviewLLM
0 likes · 4 min read
Front-End Insights: Architecture, Code Review, Storage, and New Tools
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 28, 2022 · Frontend Development

Screen Adaptation Strategies for Flutter Windows and Android Desktop Applications

This article explains the challenges of screen adaptation for Flutter Windows and Android desktop applications, outlines basic concepts of screen size, resolution and density, critiques the limitations of flutter_screenutil on desktop, and presents a custom solution using screen_retriever and a new app‑to‑screen width ratio to achieve consistent UI scaling across diverse devices.

DARTDesktopFlutter
0 likes · 10 min read
Screen Adaptation Strategies for Flutter Windows and Android Desktop Applications
政采云技术
政采云技术
Mar 25, 2022 · Mobile Development

Low-Cost Screen Adaptation Solutions in Flutter

This article explores low-cost screen adaptation techniques in Flutter, analyzing physical vs logical pixels, evaluating existing solutions like flutter_screenutil, and proposing two approaches—modifying engine-level ViewConfiguration and customizing WidgetsFlutterBinding—to achieve consistent UI across devices without invasive code changes.

FlutterMediaQueryUI consistency
0 likes · 12 min read
Low-Cost Screen Adaptation Solutions in Flutter
37 Mobile Game Tech Team
37 Mobile Game Tech Team
Mar 1, 2021 · Mobile Development

Optimize Your Android Game for Google Play: Icons, Notifications, Themes, and More

This guide details essential Android game adjustments required for Google Play approval, including proper icon sizes, stacked notification handling, system‑styled dialogs and loading screens, immersive navigation key settings, screen orientation and density support, and back‑button behavior, providing code samples and manifest configurations for each improvement.

AndroidGoogle PlayNotifications
0 likes · 11 min read
Optimize Your Android Game for Google Play: Icons, Notifications, Themes, and More
Baidu App Technology
Baidu App Technology
Mar 2, 2020 · Mobile Development

TextView Line Spacing Screen Adaptation Solution for Android

To solve Android’s screen‑fragmentation‑induced TextView line‑spacing inconsistencies, Baidu’s team analyzed the default line‑height calculation, then created a custom LineHeightSpan (ExcludeInnerLineSpaceSpan) applied through a subclassed ETextView to enforce visual‑defined line height, delivering a simple, low‑intrusion, cross‑resolution fix.

AndroidLine SpacingLineHeightSpan
0 likes · 12 min read
TextView Line Spacing Screen Adaptation Solution for Android
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 18, 2017 · Mobile Development

Design Guidelines and 13 Essential Changes for iPhone X UI

This article provides comprehensive iPhone X UI design guidelines, covering screen dimensions, safe‑area layout, status‑bar adjustments, home‑indicator considerations, color gamut updates, Face ID integration, custom keyboard rules, larger navigation bars, and resources for designers and developers.

Design GuidelinesMobile DevelopmentUI design
0 likes · 10 min read
Design Guidelines and 13 Essential Changes for iPhone X UI
vivo Internet Technology
vivo Internet Technology
Sep 8, 2017 · Mobile Development

Vivo X20 18:9 Screen Adaptation Guide for Developers

Vivo’s X20 guide helps developers adapt apps to its new 18:9 full‑screen display by addressing five typical problems—black borders, UI stretching, OpenGL rendering offsets, mismatched navigation‑bar colors, and fixed‑position layouts—and suggests testing with 1440×720 or 2160×1080 emulator resolutions.

18:9AndroidUI/UX
0 likes · 4 min read
Vivo X20 18:9 Screen Adaptation Guide for Developers