Tag

skip

1 views collected around this technical thread.

Ctrip Technology
Ctrip Technology
May 22, 2025 · Mobile Development

An In‑Depth Overview of Skip: A High‑Performance Native Cross‑Platform Development Framework

This article introduces Skip, a new high‑performance native cross‑platform framework that converts Swift/SwiftUI code to Kotlin/Jetpack Compose, detailing its architecture, toolchain, usage steps, code examples, comparisons with other frameworks, project structure, internal modules, and practical considerations for mobile developers.

Cross‑PlatformJetpack ComposeKotlin
0 likes · 11 min read
An In‑Depth Overview of Skip: A High‑Performance Native Cross‑Platform Development Framework
Java Architecture Diary
Java Architecture Diary
Sep 7, 2021 · Backend Development

What Java 17’s Stream SIZED Feature Means for skip() and limit()

Java 17 introduces a SIZED characteristic for streams that keeps skip() and limit() effective without traversing elements, altering the behavior of operations like peek() and requiring developers to adjust their code accordingly.

JavaJava17SIZED
0 likes · 2 min read
What Java 17’s Stream SIZED Feature Means for skip() and limit()