קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
רוב אפליקציות Android מורכבות מאזורים שנקראים סרגלי המערכת, אזור הניווט והגוף.
איור 4: חלקים באפליקציית Android: סרגלי מערכת (1), אזור הניווט (2) וגוף (3)
סורגים
בסרגל הסטטוס ובסרגל הניווט – שנקראים ביחד סרגלי המערכת – מוצג מידע חשוב כמו רמת הטעינה של הסוללה, השעה והתראות, וניתן לבצע אינטראקציה ישירה עם המכשיר מכל מקום. מידע נוסף על סרגלי מערכת
איור 5: סרגלי מערכת (1)
אזור הניווט
הניווט מייצג את האפשרויות השונות שמאפשרות למשתמש לנווט באפליקציה, לגשת לפעולות חשובות או לנווט בפלטפורמת Android.
אזור בגוף
אזור הגוף מכיל את תוכן המסך. תוכן הגוף מורכב מקיבוצים נוספים ומפרמטרים של פריסה. הוא חייב להמשיך מתחת לאזורי הניווט וסרגל המערכת.
מצהירים על [`WindowCompat.setDecorFitsSystemWindows(window, false)`][5] עבור שוליים מקצה לקצה.
כדי לקבוע את ההרכב המתאים ואת דפוסי הניווט של הפריסה, חשוב להבין איך המשתמשים מקיימים אינטראקציה עם התוכן ואיך הם מנווטים בארכיטקטורת המידע של האפליקציה. ההבנה הזו יכולה לעזור לכם ליצור עיצוב שמתמקד יותר במשתמשים, על ידי יצירת ממשק משתמש שמאפשר למשתמשים לבצע פעולות.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-28 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-08-28 (שעון UTC)."],[],[],null,["Most Android apps consist of regions referred to as the [system bars](/design/ui/mobile/guides/foundations/system-bars),\nthe navigation area, and the body.\n**Figure 4:** Parts of an Android app: systems bars (1), navigation area (2), and body (3)\n\nSystem bars\n\nThe status bar and navigation bar--collectively known as the system bars--display\nimportant information such as battery level, the time, and notification alerts,\nand provide direct device interaction from anywhere. Read more about [system\nbars](/design/ui/mobile/guides/foundations/system-bars).\n**Figure 5:** System bars (1)\n\nNavigation region\n\nNavigation represents the different affordances that allow a user to\nnavigate within your app, access important actions, or across the Android\nplatform.\n\nBody region \nThe body region holds the screen content. Body content is composed of additional\ngroupings and layout parameters. It must continue under navigation and system\nbar regions.\n\nDeclare \\[\\`WindowCompat.setDecorFitsSystemWindows(window, false)\\`\\]\\[5\\] for\nedge-to-edge insets.\n\nTo determine the appropriate composition and navigation patterns for your\nlayout, seek to understand how users interact with your content, and how they\nnavigate your app's information architecture. This understanding can guide your\ndesign toward being more user-focused by creating UI that users can act on."]]