WELCOME TO OUR PRESENTATION
PRESENTATION TOPIC: ANDROID STUDIO OVERVIEW
TEAM MEMBERS
• Md. Rifat Rahman ID: 162-15-1049
• Shadul Islam Rishad ID: 162-15-1029
• Mohammad Salim Hosen ID: 162-15-1044
• Md. Arifur Jaman ID: 153-15-607
WHAT IS ANDROID STUDIO
• Android Studio is the official Integrated Development
Environment (IDE) for Android app development.
WHY ANDROID STUDIO
• Most advanced IDE
• A flexible Gradle-based build system
• A fast and feature-rich emulator
• Extensive testing tools and frameworks
• C++ and NDK support
• Google Official support
DOWNLOAD
• https://developer.android.com/studio
INSTALL
• Setting up Android Studio takes just a few clicks.
• After downloading android studio Double click on the .exe file
• Follow the setup wizard in Android Studio and install any SDK
packages that it recommends.
• That’s it after completing installation you will be prompted to create
a project.
WELCOME SCREEN
PROJECT CREATION
If you do have a project opened,
you start creating a new project by
selecting File > New > New
Project from the main menu.
CHOOSE YOUR PROJECT
In the Choose
your
project screen that
appears, you can
select the type of
project you want to
create from
categories of
device
CONFIGURE YOUR PROJECT
The next step is to
configure some
settings and create
your new project,
as described below
and shown in the
figure.
USER INTERFACE
PROJECT FILE STRUCTURE
By default, Android Studio displays project files in the
Android project view as shown in the figure.
All the build files are visible at the top level
under Gradle Scripts and each app module contains
the following folders:
• Manifest: Contains the AndroidManifest.xml file
• java: Contains the Java source code files, including JUnit
test code.
• res: Contains all non-code resources, such as XML
layouts, UI strings, and bitmap images.
XML LAYOUT
RUNNING ANDROID APPLICATION
RUNNING ANDROID APPLICATION
DEBUGGING APP
In the toolbar, click Debug icon to debug the app
If the Debug window is not open, select View > Tool Windows >
Debug
The system log shows system messages while you debug your app.
To write log messages in your code, use the Log class. Log messages
help you understand the execution flow by collecting the system
debug output while you interact with your app.
Thank You

Android Studio Overview

  • 1.
    WELCOME TO OURPRESENTATION PRESENTATION TOPIC: ANDROID STUDIO OVERVIEW
  • 2.
    TEAM MEMBERS • Md.Rifat Rahman ID: 162-15-1049 • Shadul Islam Rishad ID: 162-15-1029 • Mohammad Salim Hosen ID: 162-15-1044 • Md. Arifur Jaman ID: 153-15-607
  • 3.
    WHAT IS ANDROIDSTUDIO • Android Studio is the official Integrated Development Environment (IDE) for Android app development.
  • 4.
    WHY ANDROID STUDIO •Most advanced IDE • A flexible Gradle-based build system • A fast and feature-rich emulator • Extensive testing tools and frameworks • C++ and NDK support • Google Official support
  • 5.
  • 6.
    INSTALL • Setting upAndroid Studio takes just a few clicks. • After downloading android studio Double click on the .exe file • Follow the setup wizard in Android Studio and install any SDK packages that it recommends. • That’s it after completing installation you will be prompted to create a project.
  • 7.
  • 8.
    PROJECT CREATION If youdo have a project opened, you start creating a new project by selecting File > New > New Project from the main menu.
  • 9.
    CHOOSE YOUR PROJECT Inthe Choose your project screen that appears, you can select the type of project you want to create from categories of device
  • 10.
    CONFIGURE YOUR PROJECT Thenext step is to configure some settings and create your new project, as described below and shown in the figure.
  • 11.
  • 12.
    PROJECT FILE STRUCTURE Bydefault, Android Studio displays project files in the Android project view as shown in the figure. All the build files are visible at the top level under Gradle Scripts and each app module contains the following folders: • Manifest: Contains the AndroidManifest.xml file • java: Contains the Java source code files, including JUnit test code. • res: Contains all non-code resources, such as XML layouts, UI strings, and bitmap images.
  • 13.
  • 14.
  • 15.
  • 16.
    DEBUGGING APP In thetoolbar, click Debug icon to debug the app If the Debug window is not open, select View > Tool Windows > Debug The system log shows system messages while you debug your app. To write log messages in your code, use the Log class. Log messages help you understand the execution flow by collecting the system debug output while you interact with your app.
  • 17.