Android alert Dialog

How to Show Alert Dialog in Android

Creating alert dialog is very easy. In this tutorial i will be discussing about creating different alert dialogues with one button(ok button), two buttons(yes or no buttons) and three buttons(yes, no and cancel buttons). Android alert dialog with One button …

Read More..

Advertisement
Android Creating Menus

How to Create Android Menus

In android application menu is one of the important user interface entity which provides some action options for a particular view. In this tutorial i am discussing about creating android menus. The final output of menu tutorial will be like …

Read More..

Android Creating Tab Layout

Android Tab Layout Tutorial

In my previous article Android Layouts i explained about three layouts (Linear Layout, Relative Layout and Table Layout). In this post i will be discussing about Android Tab Layout. This is a simple tab layout contains 3 tabs. The final …

Read More..