0% found this document useful (0 votes)
6 views

Introduction To Project - Transcript

sdfhgj,kjhgfds

Uploaded by

2022001201.nvpas
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Introduction To Project - Transcript

sdfhgj,kjhgfds

Uploaded by

2022001201.nvpas
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Hello and welcome to this course.

My name is Ahmad.
In this course, I'm going to be your instructor
in this project.
We are going to create a simple BMI calculator using ANDROID
studio and Java programming language in this task.
At first I'm gonna introduce you to the Rhyme platform.
After that, we are going to talk about some basics of android
application programming and also some information you need
to know in order to get started.
Then we're going to take a look at the final product and we
will start our project.
Okay, so let me introduce you to the Rhyme platform.
When the project starts, you will see two windows on your
screen.
In the right side, you have the recorded video.
You will find play button at the bottom off this video which
you can play the play and pause the video.
whenever you want.
You can also change the playback speed as well.
On the left hand side, you will see a bigger window.
This is your cloud desktop.
Okay. On this desktop, if I minimize ,
this presentation slides.
You can see a final product. apk.
That we're gonna talk about it, We have a folder resource
And of course, in the android studio, icon
and the presentation that I'm gonna talk about it right now.
I make it full screen so that we can start.
Okay. In this project, we're going to create a simple BMI
calculator.
So B m I is body mass index, which is a valued derived
from the mass and height off a person which can describe
if the person is over-weighted, under-weighted or fit.
So the application that we are going to develop will look
like this.
So as you can see, the the user will enter height and weight
and the gender .
By clicking on this button, the application will brings her
or him to the other screen here and in this screen they
will see a message describing the their body condition,
and also the value off the body mass index
and also a picture that can describe him that he's actually
over-weighted.
So, as you can see, this application consists of two screens
or in android, it is better to say to activities for creating
an activity in Android.
We need to create two files a dot XML file and .java file
in XML file.
We create the u I off the activity or in another words,
we describe what components we have in this activity.
For example, here we have to edit text two boxes for entering
some values, and we have radio group consisting of two radio
buttons that they can choose.
Either there are male or female and also a botton
On the other hand, we have this . Java file.
In this file, we write the core off the activity.
For example, what will happen if we click on this bottom.
These are all related to the java file here.
Okay, so in this project, you're gonna have two activities.
So we're going to create this activity at first in the third
task on, I'm going to talk about what I'm going to do
in the second task.
Um, so we will create a main activity dot Java file
and activity main . XML here in this xml
file we will create the U I off this activity.
And then we will, write the java.
Okay. So
what we can do with this components.
We're gonna talk about every each of them during the course,
and then we will create another activity.
We call it results activity that Java and activity underline
result that XML, which represent the U I off this activity.
Okay, great.
Now let's take a look at the final product so that we
can understand what we're gonna make at the end
of this project.
So I just close this presentation here, let me give you
the access of the mouse.
Now you can move your mouse a new machine and move around
and follow the steps that I do.
Eso Let's open the Google chrome.
Here we have to sign in into our Google account, Click
on this Gmail and then I will write my Gmail account.
You have to write yours.
I click next, so I will type my password.
Here I click next and okay, now I'm in my Gmail account now.
...
There is ah emulator bookmark Here.
Right. Click on that.
Open it in a new top.
This is the android eliminator that we're going to use for our
project.
There is an upload section here top right side.
I click on upload section here we need to upload our A p k
file. So if I minimize the Google chrome here on the desktop,
you can see a final product . a P K Um, this is the final
product off our project, so I'm going to select the file
and go to the desktop.
On I click on the final product, I open it, and after that
you have to write down your email address here so that you
can get the email off the generated link.
I click and generate, and I'll go to my Gmail.
I wait until, yeah, I get the email here.
So I opened the email and here there is a link, So you have
to click on this link.
So here you can see the emulator that we're going to use.
So click on tap to play, as you can see these installing our
app, and this is the final product off our project Here.
I have to enter the height, so I'm going to say 100 75.
The weight would be 85.
The gender would be boy, and if I click on this, as you
can see here.
Okay,
You are overweight, and this is my body mass Index.
And here how I look like Okay, now.
So keep in mind that every time that we're going to run a run
or to test our project, we need to generate the A p K file
and upload it on this emulator.
Okay, so I close this as well.
Okay, so that was it for this task.
In the next task, we are going to create our android the studio
project and we'll get a started.
See you in the next task.

You might also like