II.
LibraryProcess overview
Reference · livelib-process:mobile-development--responsive-mobile-layout
specializations/mobile-development/responsive-mobile-layout overview
Responsive Mobile Layout Implementation - Build responsive layouts that adapt to different screen sizes, orientations, and device types using platform-specific techniques and best practices.
Attributes
displayName
specializations/mobile-development/responsive-mobile-layout
description
Responsive Mobile Layout Implementation - Build responsive layouts that adapt to different screen sizes,
orientations, and device types using platform-specific techniques and best practices.
libraryPath
library/specializations/mobile-development/responsive-mobile-layout.js
specialization
mobile-development
references
- - React Native Dimensions: https://reactnative.dev/docs/dimensions
- - Flutter LayoutBuilder: https://api.flutter.dev/flutter/widgets/LayoutBuilder-class.html
- - iOS Size Classes: https://developer.apple.com/design/human-interface-guidelines/layout
example
const result = await orchestrate('specializations/mobile-development/responsive-mobile-layout', {
appName: 'MyApp',
targetDevices: ['phone', 'tablet'],
orientations: ['portrait', 'landscape'],
framework: 'react-native',
breakpoints: { phone: 320, tablet: 768, desktop: 1024 }
});
usesAgents
- mobile-ui-architect
- responsive-design
- mobile-ux-engineer
- mobile-typography-specialist
- mobile-qa-expert
Outgoing edges
lib_applies_to_domain1
- domain:mobile·DomainMobile
lib_belongs_to_specialization1
- specialization:mobile-development·Specialization
lib_covers_topic2
- topic:accessibility·TopicAccessibility
- topic:responsive-design·TopicResponsive Design
lib_implements_workflow2
- workflow:mobile-app-submission·WorkflowMobile App Submission
- workflow:release-management·Workflow
lib_involves_role1
- role:mobile-engineer·RoleMobile Engineer
lib_requires_skill_area2
- skill-area:ios-native·SkillAreaiOS Native Development
- skill-area:android-native·SkillAreaAndroid Native Development
uses_agent2
- lib-agent:mobile-development--mobile-ux-engineer·LibraryAgentmobile-ux-engineer
- lib-agent:mobile-development--mobile-qa-expert·LibraryAgentMobile QA Engineer Agent
Incoming edges
None.