MAD Practical-1

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

DIV: B4 MAD(3161612) En. No.

:- 190163116023

Practical – 1
Aim:- Download and install Android Studio and understand the basic features
of the IDE.
Step 1: Download and Install JAVA in our system because Android Studio version
2.2 and higher comes with the latest OpenJDK embedded in order to have a low
barrier to entry for beginners. It is, however, recommended to have the
JDK installed on our own as you are then able to update it independent of Android
Studio.
Step 2: Download Android Studio from https://developer.android.com/studio and
“run as administrator” and click on “Next” button.

1
DIV: B4 MAD(3161612) En. No.:- 190163116023

Step 3: After clicking on “Next” button you have to select components to install,
then click on “Next” button.

Step 4: Select the path where we have to install android studio, then click on “Next”
button.

2
DIV: B4 MAD(3161612) En. No.:- 190163116023

Step 5: Select start menu and click on “Install” button.

Step 6: Now it’s installing.

3
DIV: B4 MAD(3161612) En. No.:- 190163116023

Step 7: After installed it pop up with “setup wizard”.

Step 8: After some setting and installing components its ready to use.

4
DIV: B4 MAD(3161612) En. No.:- 190163116023

Features of Android IDE:-


It is an advanced technology in which it cleverly understands the
transmutations done in the applications and deliver it instantly
without taking time to rebuild the apk and installations make.
Instant App Run So, quick that you can see the changes in app immediately. This
is done by launching the URL on Android application installing
the native libraries with Android Instant apps. Instant App
sometimes is known as “New Module Wizard”.
Layout editor helps to build the layout quickly by adding
different attributes either by hard-code or drag and drop. The
Visual Layout preview of the codes can be seen easily on the visual editor
Editor screen and changes can be made accordingly by resizing it
dynamically. This will make testing the application process
more facile and more exhaustive.
Android has a great feature of Emulator which is exactly like the
android phones to test how the application looks like in physical
devices. It gives real-time experience to the Android
Fast emulator applications. It allows you to test your applications faster and on
different-different configuration devices like tablet, android
phone etc. It helps you to make your application development
life cycle shorter and more efficient.
Android Studio provides you with the intelligent and quick code
editor. This will help you and guide you with the accurate code.
Intelligence Code It helps you to complete code in advance and analyse your code
Editor in advance before building. Android studio has the special
feature of the development of code by the drop-down list with
suggesting the code you can integrate.
Yes, Android also has the feature of templates built-in. If you
know to build that accordingly that makes your task easier. it has
Addition of New
both pros and cons, you don’t find every template in Android
Activity as a Code
Studio. It’s an additional feature which helps the developer to
Template
build an application efficiently and effectively which provide
effective solutions.
Android studio builds applications for every screen size, for
wear and gear devices etc. It also can stimulate the various type
Help to Build Up
of features which a hardware has like GPS location tracker,
App for All Devices
multi-touch.

5
DIV: B4 MAD(3161612) En. No.:- 190163116023

Android Studio helps to give real-time experience with IOT


based project development with dynamic upgrades in the
application.
Firebase connectivity help to create direct updates and provide
Help to Connect
databases connectivity. To build high-quality applications we
with Firebase
must use Firebase connectivity it helps to build the scalable
infrastructure for building the application. You can create chat
applications by using firebase connectivity it helps you to do
happy chat experience.
Kotlin the official language can be considered for Android. It is
a language without having any new restrictions and has various
advantages in it. The great feature of Kotlin is it run without any
Support KOTLIN disturbances in older android versions as well that means no
issues of specific android versions. It runs fast and equivalent to
Java. Java developers can easily hands-on Kotlin with no-issues
because it based on automated Java only.
Android studio helps to see the code XML part in a preview to
know that how perfectly we are designing the application
according to the need before launching the application. It
Colour Previews provides powerful functionality and enhanced features of drag
and drops or resizes the application. It contains drag and drop
features but not support for every function, that’s why be careful
while doing that.
In Android Studio, Maven integration of its repository can be
done, within SDK manager support libraries of IDE is used. It’s
Maven Repository
a kind of a repository which is a directory in which various jar
files like project jars, Plugin are stored.

You might also like