Explore JetLagged features and implementation patterns
mainThe JetLagged sample demonstrates several advanced Jetpack Compose capabilities that developers can use as reference implementations:
- Custom Layouts: Implementation of non-standard UI positioning and measurement.
- Graphics: Use of Custom Paths, Gradients, and AGSL (Android Graphics Shading Language) shaders.
- Animations: Complex UI transitions and state-driven motion.
- Complexity: A medium-complexity architecture suitable for studying real-world app structure.