Saturday, 28 January 2012

Google I/O 2011: Memory management for Android Apps 

 


Thursday, 19 January 2012

Android Layouts: Linear Layout, Relative Layout and Table Layout

In this post I will be discussing about the different view layouts in an android mobile application. The six different layouts are

1. Linear Layout
2. Relative Layout
3. Table Layout
4. Grid View
5. Tab Layout
6. List View
Android allows you to create view layouts using simple XML file (we can also create a layout using java code). All the layouts must be placed in /res/layout folder.

 Okay, now lets get started with the view layouts.


Menu