Skip to main content

Posts

Showing posts from April 1, 2017

Android Basics: User Interface - Building Layouts

I went through the second course that I mentioned yesterday ( link ), and I learned some pretty useful user interface codes for android. And these are the ones that I learned from the course today: ●ViewGroups ●LinearLayout ●Width and Height ●Layout Weight ●Relative Layout ●Padding and Margin By having these practices, I am now capable of making simple android apps that do some basic functions. I was really impressed by the time it took for me to learn all of these, and the power that I have to create all these amazing layouts.