tryad1tk

Monday, 6 July 2015

Basics of android app

                                                        Welcome Back Developer's


Basics components of android app-

To become an Android developer or to take up Android development as your profession one should have some experience with programming language like -  C, C++ or Java.

Android app basically comprises of two parts -
1- layout.xml part , that is the designing of app or in other words ,the user interface(UI) of the app.
2- MainActivity.java part, which is the main part of the app and where all the logic of the app is set          up in java Part.We'll be using Android studio.
3-Manifest.xml part where new activities are added and other important statements are included.
4-string.xml this is where all the strings are stored.

Before downloading android studio,first download java jdk and java jre from this link,choose appropriate version.
Download Android studio from this link.
Install the Android studio on to your computer and run it.


now goto android sdk manager and all the packages ,so that you can design your apps for all android versions and with all features.

In the next part we will be starting from our first lesson.
Don't forget to follow and share for more tutorials.
Check out these cool app .

No comments:

Post a Comment