0% found this document useful (0 votes)
4 views

Android Application Development Itr Presentation on (1)

The presentation by Harshada S. Jadhav provides an overview of Android Studio, its setup, and installation process. It covers key components of Android applications, including activities, services, intents, and layouts, as well as a basic design for a login page and list view. The outcomes highlight the understanding of Android app components, project management phases, and lessons learned for future projects.
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)
4 views

Android Application Development Itr Presentation on (1)

The presentation by Harshada S. Jadhav provides an overview of Android Studio, its setup, and installation process. It covers key components of Android applications, including activities, services, intents, and layouts, as well as a basic design for a login page and list view. The outcomes highlight the understanding of Android app components, project management phases, and lessons learned for future projects.
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/ 10

Industrial Training Presentation

Presented by: Harshada S.


Jadhav
SLIDES OVERVIEW
01 02 03 04
Setup and Components Mainly
Introduction
of Application Used
Installation Component
s

05 06 07 08
Login Page List Veiw Outcomes Thank You
WHAT IS
WHAT IS ANDROID STUDIO ?
ANDROID..?
Android is the software that runs on many
smartphones and tablets. Android Studio is a program or S/w for making Android
Google developed and manages Android. apps. Who Made It: Developed by Google.
It supports many technologies like Wi-Fi, Bluetooth, Purpose: Helps developers create apps for Android
and GPS, Etc. devices. Made to be easy for both beginners and
Developers have tools to create and improve apps experienced developers.
for Android. developers can test their apps on a virtual Android
Open Source: Free for anyone to use and device. Helps user to find and fix errors in the code.
modify.
SETUP AND INSTALLATION

Get the installer from the Android Studio


website. Run the installer and follow the steps
to install it.
Open: Start Android Studio after installation.
Follow the Instructions to install the Android
SDK.
Start a new project by choosing a template and entering details like
Name of Project, Language, Template, etc.
Gradle will Sync Automatically in
Background. Setup Of Android Studio Get
Completed.
Activities: Screens where users interact with the app.
Services: These components perform background tasks that don't
need a user interface, such as downloading files or playing music.
Intents: These are messages used to request actions from other
components, like starting a new activity or sending data between
activities.
Layouts: XML files that define the structure and appearance of the user
interfaces for activities.
Other C omponents:
1. Text Views
2.ImageViews
3.CardVeiw,
etc
Clickable elements Display text to the Input fields Show images or
that perform actions user, such as labels where users can graphics within
when pressed. or messages. enter text. the app.
BASIC LOGIN PAGE DESIGN

USERNAME
Edit text is used here to enter
01 the USERNAME from the user

PASSWORD
0 Edit text is used here to enter

2 the PASSWORD from the user

LOGIN BUTTON
BUTTON Component is used here
0 to Login and Enter to the Home
Page
3
SIMPLE DESIGN OF LIST
VIEW
import
androidx.appcompat.app.AppCompatActiv
ity; import android.os.Bundle;
import
android.widget.AdapterView;
import
android.widget.ArrayAdapter
; import
android.widget.ListView;

public class MainActivity extends

AppCompatActivity { ListView l;
String tutorials[]
= { "Android", "Java",
"Php", "Hadoop",
"Sap", "Python",
"Ajax", "C++",
"Ruby”,Rails" };

@Override
protected void onCreate(Bundle
savedInstanceState)
{
super.onCreate(savedInstanceS
tate);
setContentView(R.layout.activit
y_main); l =
findViewById(R.id.list);
ArrayAdapter<String> arr;
arr
= new
Designed a Simple Android Application.
Understood Android Application Components like Text View , List
View, Button , Label.
Installation of Android Setup.
Logical Mindset Development
learn how to structure your projects, manage resources like
images and layouts, and understand the lifecycle of Android
apps.
Understood project Management Phases.
Learning lessons for future projects and identifying areas for
improvement
Thank's For
Watching

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy