Mobile

Core development tools, frameworks, and patterns.

Category:development
Subcategory:Mobile
188 matches
Open swift-protocol-di-testing
swift-protocol-di-testing.md
184.2K

from "affaan-m/everything-claude-code"

Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.

2026-05-16
Open swift-concurrency-6-2
swift-concurrency-6-2.md
184.2K

from "affaan-m/everything-claude-code"

Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.

2026-05-16
Open swift-actor-persistence
swift-actor-persistence.md
184.2K

from "affaan-m/everything-claude-code"

Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.

2026-05-16
Open kotlin-testing
kotlin-testing.md
184.2K

from "affaan-m/everything-claude-code"

Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin practices.

2026-05-16
Open kotlin-patterns
kotlin-patterns.md
184.2K

from "affaan-m/everything-claude-code"

Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders.

2026-05-16
Open kotlin-ktor-patterns
kotlin-ktor-patterns.md
184.2K

from "affaan-m/everything-claude-code"

Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.

2026-05-16
Open swift-protocol-di-testing
swift-protocol-di-testing.md
184.2K

from "affaan-m/everything-claude-code"

基于协议的依赖注入,用于可测试的Swift代码——使用聚焦协议和Swift Testing模拟文件系统、网络和外部API。

2026-05-16
Open swift-concurrency-6-2
swift-concurrency-6-2.md
184.2K

from "affaan-m/everything-claude-code"

Swift 6.2 可接近的并发性 — 默认单线程,@concurrent 用于显式后台卸载,隔离一致性用于主 actor 类型。

2026-05-16
Open swift-actor-persistence
swift-actor-persistence.md
184.2K

from "affaan-m/everything-claude-code"

在 Swift 中使用 actor 实现线程安全的数据持久化——基于内存缓存与文件支持的存储,通过设计消除数据竞争。

2026-05-16
Open kotlin-testing
kotlin-testing.md
184.2K

from "affaan-m/everything-claude-code"

使用Kotest、MockK、协程测试、基于属性的测试和Kover覆盖率的Kotlin测试模式。遵循TDD方法论和地道的Kotlin实践。

2026-05-16
Open kotlin-patterns
kotlin-patterns.md
184.2K

from "affaan-m/everything-claude-code"

惯用的Kotlin模式、最佳实践和约定,用于构建健壮、高效且可维护的Kotlin应用程序,包括协程、空安全和DSL构建器。

2026-05-16
Open kotlin-ktor-patterns
kotlin-ktor-patterns.md
184.2K

from "affaan-m/everything-claude-code"

Ktor 服务器模式,包括路由 DSL、插件、身份验证、Koin DI、kotlinx.serialization、WebSockets 和 testApplication 测试。

2026-05-16
Open kotlin-exposed-patterns
kotlin-exposed-patterns.md
184.2K

from "affaan-m/everything-claude-code"

JetBrains Exposed ORM 模式,包括 DSL 查询、DAO 模式、事务、HikariCP 连接池、Flyway 迁移和仓库模式。

2026-05-16
Open kotlin-testing
kotlin-testing.md
184.2K

from "affaan-m/everything-claude-code"

Kotest, MockK, coroutine testi, property-based testing ve Kover coverage ile Kotlin test kalıpları. İdiomatic Kotlin uygulamalarıyla TDD metodolojisini takip eder.

2026-05-16
Open kotlin-patterns
kotlin-patterns.md
184.2K

from "affaan-m/everything-claude-code"

Coroutine'ler, null safety ve DSL builder'lar ile sağlam, verimli ve sürdürülebilir Kotlin uygulamaları oluşturmak için idiomatic Kotlin kalıpları, en iyi uygulamalar ve konvansiyonlar.

2026-05-16
Open network-config-validation
network-config-validation.md
184.2K

from "affaan-m/everything-claude-code"

Pre-deployment checks for router and switch configuration, including dangerous commands, duplicate addresses, subnet overlaps, stale references, management-plane risk, and IOS-style...

2026-05-16
Open ios-icon-gen
ios-icon-gen.md
184.2K

from "affaan-m/everything-claude-code"

Generate iOS app icons as PNG imagesets for Xcode asset catalogs from SF Symbols 5000+ Apple-native or Iconify API 275k+ open source icons from 200+ collections . Use when generating icons,...

2026-05-16
Open dart-flutter-patterns
dart-flutter-patterns.md
184.2K

from "affaan-m/everything-claude-code"

Production-ready Dart and Flutter patterns covering null safety, immutable state, async composition, widget architecture, popular state management frameworks BLoC, Riverpod, Provider ,...

2026-05-16
Open cisco-ios-patterns
cisco-ios-patterns.md
184.2K

from "affaan-m/everything-claude-code"

Cisco IOS and IOS-XE review patterns for show commands, config hierarchy, wildcard masks, ACL placement, interface hygiene, and safe change-window verification.

2026-05-16
Open dart-flutter-patterns
dart-flutter-patterns.md
184.2K

from "affaan-m/everything-claude-code"

生产就绪的 Dart 和 Flutter 模式,涵盖空安全、不可变状态、异步组合、Widget 架构、流行的状态管理框架(BLoC、Riverpod、Provider)、GoRouter 导航、Dio 网络请求、Freezed 代码生成和整洁架构。

2026-05-16
Open mobile-onboarding
mobile-onboarding.md
42.2K

from "nexu-io/open-design"

A multi-screen mobile onboarding flow rendered as three phone frames side by side — splash, value-prop, sign-in. Status bar, swipe dots, primary CTA. Use when the brief mentions "mobile...

2026-05-16
Open mobile-app
mobile-app.md
42.2K

from "nexu-io/open-design"

A mobile-app screen rendered inside a pixel-accurate iPhone 15 Pro frame on the page. Built by copying the seed assets/template.html and pasting one screen archetype from...

2026-05-16
Open login-flow
login-flow.md
42.2K

from "nexu-io/open-design"

Mobile login and authentication flow screens

2026-05-16
Open flutter-animating-apps
flutter-animating-apps.md
42.2K

from "nexu-io/open-design"

Implement animated effects, transitions, and motion in Flutter apps. Useful for native iOS/Android motion design.

2026-05-16