This simple example Android project illustrates how to use tabs in an Android app: TabActivity
, TabHost
, TabWidget
, and android:divider
.
-
git clone
this project -
Install and set up Android -- http://developer.android.com/index.html
-
configure
local.properties
android update project -p .
- Pivot Ryan Richard (github)-- original author
- Pivot Tyler Schultz (github) -- contributor
- Pivot Joe Moore (github) -- contributor
- Tab styling xml inspired by this example project