MAD_LAB1.2_UTKARSH

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

DEPARTMENT OF

COMPUTER SCIENCE &ENGINEERING

Experiment1.2

Student Name: Sidharth Kumar UID: 20BCS1997


Branch: CSE Section/Group: 602 B
Semester: 6th
Subject Name: Mobile Application
Development Subject Code: 20CSP-356

Aim: Create "Hello World" Application


Android Studio is the official IDE (Integrated Development Environment) for
Android app development and it is based on JetBrains’ IntelliJ IDEA software.
Android Studio provides many excellent features that enhance productivity when
building Android apps, such as:
• A blended environment where one can develop for all Android devices
• Apply Changes to push code and resource changes to the running
app without restarting the app
• A flexible Gradle-based build system
• A fast and feature-rich emulator
• GitHub and Code template integration to assist you to develop common
app features and import sample code
• Extensive testing tools and frameworks
• C++ and NDK support
• Built-in support for Google Cloud Platform, making it easy to
integrate Google Cloud Messaging and App Engine, and many more.
• Provides GUI tools that simplify the less interesting parts of
app development.
DEPARTMENT OF
COMPUTER SCIENCE &ENGINEERING

• Easy integration with real time database


‘firebase’. Steps:
1. Open Android Studio and select your Template and Activity

2. Name your project and select your language and minimum SDK

3. You will get this interface


DEPARTMENT OF

4. You can start building your application in xml file by just drag
and drop or by writing your code
DEPARTMENT OF
COMPUTER SCIENCE &ENGINEERING

5. You will get lots of option for building your application like
Palette (you can drag and drop from here) Attributes.

6. Here is the final output


DEPARTMENT OF
COMPUTER SCIENCE &ENGINEERING
DEPARTMENT OF
COMPUTER SCIENCE &ENGINEERING

You might also like