Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.1 KB

File metadata and controls

22 lines (17 loc) · 1.1 KB

LinearLayoutTutorial

Contribution Open Open Source Love

This is a small app which has a sample code for linear layout. It covers code example for the following topic

  • Layout margin
  • Padding
  • Layout gravity
  • Gravity

Integrated Development Environment(IDE) Setup

In order to compile the project easily you'll need an IDE. I used Android Studio by Google.

  • Download the software from the official website (Download Link).
  • Install the software.
  • Download this project zip and extract it to a location.
  • Open Android Studio and import the project in the software.(File>Open>Select the folder containing the project).

Learning Resources

Creating a pull request

Learn the Git basics