AbsoluteLayout – Android Layout Tutorial Series-5/5
Introduction of AbsoluteLayout AbsoluteLayout An Absolute Layout lets you specify exact locations (x/y coordinates) of its children. Absolute layouts are less flexible and harder to maintain than other types of layouts without…
TableLayout – Android Layout Tutorial Series-4/5
Introduction of TableLayout TableLayout A layout that arranges its children into rows and columns. Each layout has a set of attributes which define the visual properties of that layout. Among them some…
Creating new Android Project in Eclipse
The most amazing thing about any IDE is that it provides all the required files when we create any project in any platform. The case is the same for Android…