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 number 2 this is video lesson number 2 on your application of course so let's continue the project this will get done in the previous video so next what we are going to do, we need a menu so let me just create another action type so we are going to create the menu so I will just go to the resource and the resource make sure you are in the resource actually create and inside of this directory we are going to create a menu resource file and we are going to name it navigation Click ok to create it, so the other will be like home, privacy, Feedback rating, in my string values
contact us and help so we can just assign that to our title so a string I'll define it as home and after that, we need to define the icons and since we don't have an icon in the drawable we are going to create create a new vector asset and go to select the home icon to choose and click ok change the color if you like to change the color you can just change to just clicking names let me just rename it to home click next yes since we didn't assign an id okay now we can just uh duplicate this line of codes you can just recopy like this but instead of using the whole icon we can just, for example, have the stream so we can
just decide about I see about a color I will just leave it to white Click next finish we also will also create the waiting privacy so I just click those choose this one and I will name it privacy or so we just use this one for our contact pass I will just see for this one, we will name about icon or menu just
about let's change this one to home let's change this one will be let's move this one title will be
ready so let's change this one too so just select this one and change it to help click next so let's put it here so I think to paste so let's change this to privacy our menu okay so you see I go and so you can we can see our menu so that is for today guys in the next tutorial what we are going to do we will write some codes
to correspond the spinner or to open this menu uh when we click so it will open a new uh window or activity or however, you call it so like fragment so you will use the button for each of these items in our navigation video so that that is what we are going to do in the next tutorial so thanks for watching this tutorial number two so I hope to see you in the video lesson number three so bye for now you
#Root build.Gradle codes:
#App build. Gradle codes:
#Manifest.xml Codes:
#MainActivity Class Codes:
0 Comments