Sunday, March 24, 2019

Getting started with Android.


Getting started with Android.

Before moving ahead.Lets setup android studio.

  • Step:1:- Download the android setup from this Download.
  • Step:2:-Install SDK while the step is in progress and do not forget to have a backup of the SDK folder.
  • Step:3:- Now you are ready to create an android project.
  • Step:4:- Go to File > Create a project and named the project as you wish.
  • Step:5:- Remember while creating a project the Main work is done in MainActivity.java file and all design is done in activity_layout.xml, You can change the MainActivity as any name you want.
  • Step:6:- Congratulations, Finally you know how to setup android studio IDE.

Now, next, we are going to work with MainActivity.

No comments:

Post a Comment