tags:

views:

48

answers:

1

How to add tabs at the bottom of the screen in android.Please any one tell the answer

A: 

Hi,

If you are writing an adroid application, you can implement the Tab widget. Here is a tutorial: http://developer.android.com/guide/tutorials/views/hello-tabwidget.html

GôTô