Download presentation
Presentation is loading. Please wait.
1
Mobile Applications (Android Programming)
Semester II Dr. Saman Mirza Abdullah
2
Course Information Have 14 classes.
12 classes, each 2 hours Theoretical and 2 hours practical. One week will be midterm exam. One class for course review Exams and assessments (collecting marks): Attendance = 5% Quizzes = 5% Assignments = 10% Lab activities = 10% One mid term exam = 30% One final Exam = 40% Text book Annuzzi, J., L. Darcey, and S. Conder, Introduction to Android Application Development: Android Essentials. 2014: Addison Wesley Professional. Trish Cornez, Richard Cornez, 2015 , Android programming concept: 2015,. Mobile Application - Ishik
3
Course Aim The aim of the course is to introduce CE students to:
The fundamental concepts of Mobile Application. Android Programming, Parts of the Android based applications, Learning Android Studio software. (Downloading and installing) Building Android based application from scratch until uploading to Google Play Store. Mobile Application - Ishik
4
Class Objectives Understanding the installation and pre-installation of Android Studio? Java jdk problems, and system variable. Creating first HellowProject. Mobile Application - Ishik
5
Installing Android Studio
To install Android Studio, the following are necessary: Downloading and installing Java jdk (updated version), Creating or editing the variable system content, and Downloading and installing Android Studio. Mobile Application - Ishik
6
Java jdk You need to download the jdk java version 1.6 or higher.
Be carful about the version of OS you have. Windows (32 or 64 bit) Mac You can download the updated version from below link Mobile Application - Ishik
7
Downloading jdk on Windows
Mobile Application - Ishik
8
Downloading jdk on Windows
Mobile Application - Ishik
9
Downloading jdk on Windows
Mobile Application - Ishik
10
System Variable Problem
Android studio my not recognize the jdk java or the path to it. To solve this issue, you need to follow the below steps: Mobile Application - Ishik
11
Solving system variable problem
Open the window of basic information about your computer Mobile Application - Ishik
12
Solving system variable problem
Mobile Application - Ishik
13
Installing Android Studio
Go to the following link to find the free (open source) Android Studio developer.android.com/sdk/installing/studio.html Mobile Application - Ishik
14
Creating Project Your first project will be “Hellow Project”
The welcome dialog box (window) for the Android Studio will be open Mobile Application - Ishik
15
New Project Configuration of New Project
Mobile Application - Ishik
16
Setting the sdk version
Sdk verison means the version of the mobile itself. It has Minimum (minsdkverion) Maximum (maxsdkverion) Based on the version of the Android Studio, (API 8) as a default will be selected. Released on 2005, on Android 2.2 (Froyo) Mobile Application - Ishik
17
Setting the Layout of the project
A layout defines the visual structure for a user interface, such as the UI for an activity Can be done in two ways: Declare UI elements in XML. Instantiate layout element at runtime. Mobile Application - Ishik
18
Chosen Android device manager
Mobile Application - Ishik
19
Chosen Android device manager
Mobile Application - Ishik
20
Run the Emulator Mobile Application - Ishik
21
Class End Mobile Application - Ishik
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.