Android Tutorial

Android Simple ListView with Search Functionality Example

Here you will get android simple listview with search functionality example. Adding search functionality in listview helps users to find information in easy way. When user writes something in the textbox, the items in the list is filtered and an updated list of items is displayed. Below example shows you how to implement this.   …

Android Simple ListView with Search Functionality Example Read More »

Layouts in Android

In this tutorial you will learn about different layouts in android. Android layouts are used to define the visual structure of user interface. The UI components like label, button, textbox, etc. are defined inside a layout. So before designing UI for an android application you must know about different layouts available in android. There are …

Layouts in Android Read More »