Simple Android Application using Android Studio

Here we are discuss about how to make a project using android studio.



First we need to open android studio create new project then name it.


created "My Application"


We need to create a class for first window (layout) here we create new class named Main Activity


After that we need to define Activity onCreate here we need to connect layout with your class
 

After that create xml layout under layout directory (res > layout) named as main_activity


 Then  create layout like the image given above.
The next step is we can declare all program that under a manifest here we do that class name MainActivity and The icon of your app finally the app name



now we can debug this app using emulator or you mobile phone.


That all now. Thank you for reading my blog

you can watch full on YouTube link : https://youtu.be/w8lpYeGAHok