Android Layout

Android Layout

  1. Android Absolute Layout Example
    Example about how to use android AbsoluteLayout to place ui components at accurate specified location use layout_x and layout_y property.
  2. Android Custom Widget Example
    This examples show you how to create a custom android widget by extends LinearLayout.
  3. Android Display Data In Table Layout Statically And Programmatically Example
    Show you how to use TableLayout and TableRow to display data in table format in android either in layout xml file or in code.
  4. Android Flexbox Layout Example
    This example show you how to use open source FlexboxLayout.
  5. Android Frame Layout Multiple Views Example
    This example show you how to organize multiple View components position in a FrameLayout component. It include an example app which implements neon effect.
  6. Android Gridlayout Example Programmatically
    Example about how to manipulate GridLayout statically and programmatically.
  7. Android LinearLayout Example
    This article introduce android LinearLayout and it’s properties such as orientation, layout gravity and layout weight with examples.
  8. Android LinearLayout OnTouchListener OnClickListener Example
    This example show you how to add OnTouchListener OnClickListener to LinearLayout.
  9. Android PercentFrameLayout PercentRelativeLayout Example
    This article show you how to use PercentFrameLayout and PercentRelativeLayout to set components width, height or margin in percentage.
  10. Android RelativeLayout Example
    This article introduce android RelativeLayout properties and usage examples.
  11. How To Support Multiple Screen Size In Android
    This article show you how to use android qualifiers to show different layout for different screen size devices. It also tell you how to customize minimum width or height qualifiers.
  12. Android Calculator Example Source Code
    An example about android calculator app with source code.

CSS3

  1. Responsive Mobile Ready WebPage Using ViewPort Meta Tag Example
    Example about how to make webpage user friendly when browsed in mobile device web browser.
  2. Mobile Responsive Registration Form In Html Example
    Example about how to create a user registration form web page responsive to mobile device web browser.