Tag

view()

0 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Apr 23, 2025 · Frontend Development

Discover the Revolutionary CSS view() Function for Seamless Responsive Design

This article introduces the new CSS view() function that calculates element dimensions from viewport data using min, ideal, and max values, enabling fluid, breakpoint‑free layouts, and covers its syntax, practical examples, browser support, and how to implement feature detection for modern web design.

CSSCSS FunctionsWeb Development
0 likes · 5 min read
Discover the Revolutionary CSS view() Function for Seamless Responsive Design
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 3, 2025 · Frontend Development

Scroll‑Based CSS Animations with animation‑timeline and view() – A No‑JS Approach

This article explains how to create scroll‑driven CSS animations using the new animation‑timeline property and the view() function, showing step‑by‑step code examples, how to control start and end points, and how the both fill‑mode ensures smooth transitions without any JavaScript.

CSSWeb Developmentanimation
0 likes · 8 min read
Scroll‑Based CSS Animations with animation‑timeline and view() – A No‑JS Approach
php中文网 Courses
php中文网 Courses
Nov 1, 2024 · Backend Development

Using Laravel's View::prependLocation to Add View Paths

The article introduces Laravel's new View::prependLocation method, explains its simple syntax, compares it with the old finder‑based approach, and provides a concrete ThemeManager example showing how to prepend custom view locations for cleaner, more maintainable code.

LaravelPHPTheme Management
0 likes · 2 min read
Using Laravel's View::prependLocation to Add View Paths
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 9, 2024 · Mobile Development

Understanding Android LayoutInflater: Usage, inflate Methods, Factory and Factory2

This article explains how Android's LayoutInflater converts XML layout files into View objects, demonstrates the various ways to obtain and use a LayoutInflater, details the overloads of the inflate method, and shows how to customize view creation with Factory and Factory2 interfaces, including practical code examples.

AndroidFactory2Java
0 likes · 20 min read
Understanding Android LayoutInflater: Usage, inflate Methods, Factory and Factory2
php中文网 Courses
php中文网 Courses
Nov 2, 2020 · Backend Development

Difference Between view() and fetch() Methods in ThinkPHP5 Controllers

The article explains the distinctions between the view() helper and the fetch() method in ThinkPHP5 controllers, showing code examples for both inherited and non‑inherited controllers, discussing how they handle common template configurations, and recommending the preferred usage in projects.

ControllerPHPThinkPHP5
0 likes · 2 min read
Difference Between view() and fetch() Methods in ThinkPHP5 Controllers
Aikesheng Open Source Community
Aikesheng Open Source Community
Jun 30, 2020 · Databases

MySQL View Optimization: Fixing Slow Query Caused by Character Set Conversion

This article analyzes a slow MySQL view query caused by mismatched character sets, demonstrates how the automatic charset conversion prevents index usage, and shows step‑by‑step how altering the table charset and removing the conversion restores index usage and reduces execution time from seconds to fractions of a second.

MySQLPerformance TuningSQL Optimization
0 likes · 7 min read
MySQL View Optimization: Fixing Slow Query Caused by Character Set Conversion
Tencent Music Tech Team
Tencent Music Tech Team
Jan 19, 2018 · Mobile Development

Analyzing and Solving Android Toast Issues with Snackbar and View System

The article examines Android Toast crashes, explains the system‑level window and drawing lifecycle, and proposes safer alternatives by replacing Toast with a Snackbar or custom view hierarchy, using parent‑finding logic, weak‑reference management, and a protective handler wrapper to prevent exceptions.

AndroidHandlerLifecycle
0 likes · 17 min read
Analyzing and Solving Android Toast Issues with Snackbar and View System
Qunar Tech Salon
Qunar Tech Salon
Mar 19, 2017 · Backend Development

An In-Depth Review of ThinkJS: Installation, Architecture, Performance, and Features

This article provides a comprehensive overview of the ThinkJS Node.js framework, covering its installation, directory layout, startup process, routing conventions, performance benchmarks, controller design, adapters, and overall strengths and weaknesses for modern backend development.

MVCRoutingbackend
0 likes · 14 min read
An In-Depth Review of ThinkJS: Installation, Architecture, Performance, and Features
Tencent Music Tech Team
Tencent Music Tech Team
Mar 3, 2017 · Mobile Development

Understanding Android Focus Navigation: The findNextFocus Mechanism

When Android cannot use a specified nextFocusId, it gathers all focusable views via ViewGroup.addFocusables, converts their rectangles to the root’s coordinate space, and through FocusFinder.findNextFocus selects the nearest view in the requested direction, then requests focus, with key‑event handling prioritized before this automatic search.

AndroidFocusNavigationJava
0 likes · 12 min read
Understanding Android Focus Navigation: The findNextFocus Mechanism