0% found this document useful (0 votes)
12 views9 pages

SAILU

Uploaded by

krystannepark
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views9 pages

SAILU

Uploaded by

krystannepark
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Android Developer Virtual

Internship

By
K SAILAJA
22H75A0511
Agenda

1. Introduction to Android Development

2.Android Architecture

3.Android Studio and Tools

4.UI Design and Layouts

5.User Interaction and Event Handling

6.Background processing and Multithreading


1. Introduction to Android Development
Developmentv
 What is android ?
elopment:-
-open source by Google
 Why Android Development?

-offer wide range of opportunities


 Components of Android Development

-utilizing Android SDK


Android Architecture
 Understanding Android components
 Activities
 Services
 Broadcast Reciver
Android Studio and Tools
 Android Studio
-provides comprehensive set of tools
 Emulator
-a stimulated environment for app
testing and debugging
 Debugger
-code to identify nd fix issues in
their apps
 Profiler
-optmise the performance of their apps and improving app efficiency
UI Design and Layouts
 XML
- define the layout nd structure of the
UI in Android applications
 Views
- building blocks of UI, represents UI
components
 Layout Managers
- overall structure nd organization of
views
 Material Design – design language by Google
User Interaction and
 Event Listeners
Event Handling
-allow developers to define custom
actions
 Touchh Events
-primary form of user interaction in
android (swiping & tapping)
 Gesture Recognition
-more advanced interactions beyond
simple touch events(rotations,swipes)
Background processing and Multi
threading

The background worker component uses an


event-driven model
for multithreading. The background thread runs
your do work
event handler, and the thread that creates your
controls runs
your process changed and run worker
completed event handlers.

You might also like