Android Application Development Itr Presentation on (1)
Android Application Development Itr Presentation on (1)
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
USERNAME
Edit text is used here to enter
01 the USERNAME from the user
PASSWORD
0 Edit text is used here to enter
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;
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