Pages

Wednesday, August 16, 2017

Introduction to Android Studio


In this basic project of Android Studio Tutorial our area of main concern are marked in rectangle shape in the image below.

1.) AndroidManifest.xml'
2.) MainActivity.java which i renamed here as --->>>mast.java
3.) activity_main.xml which i renamed here --->>>activity_mast.xml
4.) string.xml
5.) build.gradle


Here instead of using virtual emulator we will use Build APK method to test in mobile by sending via Aidroid, which i found quick method to test in your device.

Now, we will start building an application or .apk or project with name as My Android Studio Tutorials and publish it to the Development Console of the google.





No comments:

Post a Comment