With these Video course lessons, you can create a complete android app from scratch and publish it on Google PlayStore, Hello everyone welcomes back to this tutorial I decided to create this series of videos which I think may help especially those beginners in the field of programming Application, May this series will help you to create and publish your first Android app
Hello everyone welcome to this tutorial course in this course we will learn how you can create a complete android application so just like what you can see on my screen you can see that we have a nice um application that you probably created on the studio so if you are interested in creating an android app or if you are just a beginners dream integrate your first application and you want to have a step-by-step tutorial so this is the right video or lessons that you need today or to watch the very first step that you need to have most if you're a beginner you need to download java JDK and android is clicking once you already downloaded the android is the key and the download the java JDK you need to set up the environment so but so also mine I have already downloaded java and all you need to do is to copy the whole path you install the JDK and paste it to the
environment so this is only for the beginners who know how to set up their JDK and android so you need to create a variable like java so then paste it like this but to your JDK so create a project and click then name your projects however you like the name so like uh my super store so like that and save and click finish so as for mine I will import or load my project since I already created the project so I'll just put the griddle file so it will automatically sync and it will do it for me sookay so it's already downloading and so for the very first time what you will see will be like this the application so this is what you will see so after you install the application so we have only the default uh like this in the world so I'm running it
on my phone so you can see right here so that I installed so we can test if everything's work and so everything's perfectly so now so what we need to do we need to change the layout so instead of using the linear layout we will use the drawer layout so just use the tool layer so change linearity output drawer layout so I assign id so I have already assigned id to my drawer then remove the text view because we don't need a text view and one more uh thing that you really need to do is to go to your app module so then go to your build reader and we are going to implement a dependency mutation with the form that we will grade material in a material 1.0 so this dependency we will use some classes inside of this like navigation so under sync the project so once you already successfully seen the project you can see in the external library that we have material
supposedly so aar file so you can see here you can see the glass so if we sort to the class we can see some of the sub uh folder you see inside of that folder uh the class that you can use so you can use the navigation this one so after that interview so now once you've done that uh we can include a header layout so first, we need to create that first file so we go to the resource go to layout andso I will go to the drawable folder I will go to select I will just is the backgroundI think this one will be good so I just pick the background element and change this one to textView I will just type and I will move this so now we should see our nav header so now the next I will set the uh layout to open the drawer and start and the navigation I will include the layout properties so I will type under the layout just disable it and let us test it into our device so right now it's uh building
so so right now it is done installing to my android phone and it is open to my android phone so let's go to the emulator so let me just open my emulator I'm writing this also okay so now our application is running and you can see inside left so we have simple navigation so so in the next tutorial guys what we are going to do we will uh so in the next tutorial what we are going to do we will continue working with this project so adding a menu so items to this navigation view so that is now portrait case so if you have some question you can write it in the comment section so just be sure to follow this entire video so you can publish your android application on the android market so by watching this tutorial you can really build the entire application from scratch so see you in my next video you
#Root build. Gradle codes:
#App build. Gradle codes:
#Manifest.xml Codes:
#MainActivity Class Codes:
Hello everyone welcome to this tutorial course in this course we will learn how you can create a complete android application so just like what you can see on my screen you can see that we have a nice um application that you probably created on the studio so if you are interested in creating an android app or if you are just a beginners dream integrate your first application and you want to have a step-by-step tutorial so this is the right video or lessons that you need today or to watch the very first step that you need to have most if you're a beginner you need to download java JDK and android is clicking once you already downloaded the android is the key and the download the java JDK you need to set up the environment so but so also mine I have already downloaded java and all you need to do is to copy the whole path you install the JDK and paste it to the
environment so this is only for the beginners who know how to set up their JDK and android so you need to create a variable like java so then paste it like this but to your JDK so create a project and click then name your projects however you like the name so like uh my super store so like that and save and click finish so as for mine I will import or load my project since I already created the project so I'll just put the griddle file so it will automatically sync and it will do it for me so
okay so it's already downloading and so for the very first time what you will see will be like this the application so this is what you will see so after you install the application so we have only the default uh like this in the world so I'm running it
on my phone so you can see right here so that I installed so we can test if everything's work and so everything's perfectly so now so what we need to do we need to change the layout so instead of using the linear layout we will use the drawer layout so just use the tool layer so change linearity output drawer layout so I assign id so I have already assigned id to my drawer then remove the text view because we don't need a text view and one more uh thing that you really need to do is to go to your app module so then go to your build reader and we are going to implement a dependency mutation with the form that we will grade material in a material 1.0 so this dependency we will use some classes inside of this like navigation so under sync the project so once you already successfully seen the project you can see in the external library that we have material
supposedly so aar file so you can see here you can see the glass so if we sort to the class we can see some of the sub uh folder you see inside of that folder uh the class that you can use so you can use the navigation this one so after that interview so now once you've done that uh we can include a header layout so first, we need to create that first file so we go to the resource go to layout and
so I will go to the drawable folder I will go to select I will just is the background
I think this one will be good so I just pick the background element and change this one to textView I will just type and I will move this so now we should see our nav header so now the next I will set the uh layout to open the drawer and start and the navigation I will include the layout properties so I will type under the layout just disable it and let us test it into our device so right now it's uh building
so so right now it is done installing to my android phone and it is open to my android phone so let's go to the emulator so let me just open my emulator I'm writing this also okay so now our application is running and you can see inside left so we have simple navigation so so in the next tutorial guys what we are going to do we will uh so in the next tutorial what we are going to do we will continue working with this project so adding a menu so items to this navigation view so that is now portrait case so if you have some question you can write it in the comment section so just be sure to follow this entire video so you can publish your android application on the android market so by watching this tutorial you can really build the entire application from scratch so see you in my next video you
0 Comments