Application Development Using Android Studio Final
Application Development Using Android Studio Final
ANDROID STUDIO
Presented By :
Atharv Pandurang Pawar
(2273125)
Company Details :-
1. Company Name :– ECS Softwares Technologies pvt ltd
2. Departments :- Web Devlopment
App Devlopment
Introduction of Android Studio
Android Studio is the official integrated development
environment (IDE) for Android app development.
Developed by Google, it provides tools and features specifically
designed for building Android apps.
Relative Layout: -
i) Buttons are interactive components that users can press to perform actions.
ii) They can trigger events in the application, such as submitting a form
or navigating to another screen.
• Example: -
<Button
android:id="@+id/button_id"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:text="@string/self_destruct" />
\
3. List View :-
An activity in Android Studio is a container that combines XML and Java files
to manage an application's user interface and interactions.
• XML File :-
Layout XML files are the blueprints for your app's user
interface (UI). They define how elements such as TextViews,
Buttons, and other UI components are arranged and styled.
• Java File-
java file containing skeleton code, including a
package statement, any necessary imports, a header, and a class or
type declaration.
4. Intent :-
5. Manifest :-
3. Writing Code:
Open MainActivity.java and write the code to define the activity's behavior.
Res>layout>activity_login.xml in the file the actual code of a login page.
Use XML to define the layout and resources.
Output of the Application
THANK YOU