Jetpack Compose huwa l-modern declarative UI toolkit tal-Android — nibni UIs b'funzjonijiet Kotlin komposabbli minflok layouts XML. Huwa l-approċċ rakkomandat minn Google għal Android UI ġdid, u joffri mod reaktiv, konċiż, u aktar produttiv biex nibnu interfaces.
X'inhu Compose
JETPACK COMPOSE = a declarative UI toolkit (Kotlin code, no XML):
→ describe the UI as COMPOSABLE FUNCTIONS (annotated @Composable)
→ DECLARATIVE + REACTIVE — describe UI for a given state; it updates when state changes
→ Google's RECOMMENDED modern approach (similar philosophy to Flutter, React, SwiftUI)
