Layouts

Android has 5 layouts
  • Linear Layout
  • Relative Layout
  • Absolute Layout
  • Frame Layout
  • Table Layout

     1. Linear Layout Sample = Sample of  LinearLayout Download     
     
     2.  Relative Layout Sample = Sample of RelativeLayout Download

     3.  Absolute Layout Sample = Sample of AbsoluteLayout Download

     4.  Frame Layout Sample = Sample of FrameLayout Download

     5. Table Layout Sample = Sample of FrameLayout Download