0

I am an Android newbie and I really require your help.

I'd like to develop an app , which its UI is persisted of three Tabs, and the first one a WebView.

since I am not familiar with all the required building blocks, can anyone give me a sample? a guide how to do so?

thanks a lot!

nroam
  • 117
  • 1
  • 8
Yoni
  • 553
  • 3
  • 14
  • 24

2 Answers2

3

The Android API Demos include several (Tabs1 to Tabs2 sample files) examples. Install, try and have a look at them.

Regarding specifying the content of Tabs you have the possibilities to use Views or Activities. If you check some "Tab" related discussion here you will find that established users prefer to use Views (e.g. here). I took the 'Activity' way so far and feel quite comfortable - but did not go to deep into pros and cons. My current point of view is that you have to decide on each special case and can't give a general recommendation.

Community
  • 1
  • 1
FrVaBe
  • 47,963
  • 16
  • 124
  • 157
2

there is some tutorials on this page : http://developer.android.com/resources/tutorials/views/index.html

f4.
  • 3,814
  • 1
  • 23
  • 30