This is a sample program which shows how to implement the search functionality in android. Underlying Algorithm: Basic description of a...
Read more »
Android Development Books
Saturday
Friday
Tab Layout
To create a tabbed UI, you need to use a TabHost and a TabWidget . The TabHost must be the root node for the layout, which contains both t...
Read more »
Linear Layout
LinearLayout is a ViewGroup that displays child View elements in a linear direction, either vertically or horizontally. You should be ca...
Read more »
Saturday
Android Layout Tutorial
FrameLayout FrameLayout is designed to display a single item at a time. You can have multiple elements within a FrameLayout but each eleme...
Read more »
Friday
Android Layout Tutorial
Absolute Layout AbsoluteLayout is based on the simple idea of placing each control at an absolute position. You specify the exact x and y...
Read more »