Activity 2025
Activity 2025
Components –
Activity
C.V.Nisha Angeline
Assistant Professor,IT
Thiagarajar College of
1
Engineering ,Madurai
Android
Android is a mobile operating system based on
13
06/23/2025 C.V.Nisha Angeline,APIT,TCE 4
New Terms!!!
• SDK
• ADB
• Gradle
• DEX File
• APK
• Device Manager - Emulator
13
06/23/2025 C.V.Nisha Angeline,APIT,TCE 5
activity_main.xml
Layouts
Linear Layout
• Horizontal
• Vertical
Relative Layout
Frame Layout
Table Layout
Constraint Layout
05
06/23/2025 C.V.Nisha Angeline,APIT,TCE 6
activity_main.xml
view
05
06/23/2025 C.V.Nisha Angeline,APIT,TCE 7
Android Manifest
Intent
Activi
Targe ty
label t API
Icon
• Intents allow you to interact with components from the same applications as well as with
• For example, an activity can start an external activity for taking a picture.
• Explicit Intent
06/23/2025 14
Lets Start!!
• In your activity_main.xml
MainActivity2
• val score =intent.getIntExtra("val",0)
C.V.Nisha Angeline,APIT,TCE 21