Thanks, that's excellent

JP

On Nov 6, 11:36 pm, Lance Nanek <[email protected]> wrote:
> There's an example of using whole activities for tab content 
> here:http://developer.android.com/intl/fr/guide/samples/ApiDemos/src/com/e...
>
> Although for simpler cases you can just replace the TextView views you
> are using for tab content right now with a more complex views. For
> example a LinearLayout that then contains other views.
>
> On Nov 5, 5:48 pm, JP <[email protected]> wrote:
>
>
>
> > Hi everyone,
> > Been reading around a lot but can't find anything specific to what I
> > want - which I thought was fairly simple!
>
> > I have a working tutorial of the 3-tabs on Android Dev:
>
> >http://developer.android.com/guide/tutorials/views/hello-tabwidget.html
>
> > yet I want to expand it.
>
> > I want to replace the content in each of the tabs, so instead of just
> > a textbox of "this is the Nth tab", I want something more complex, yet
> > I can't get my head around this new style of framework (being an
> > android novice)
>
> > ---
> > Tab 1:
>
> > Retrieve a (small) list of words saved on the phone (which can be
> > added/removed/edited, etc). I want to display these words in a
> > vertical list, and eventually also perform some functions on them (eg:
> > for each Word, show in a vertical list, and output a quick result of
> > google search for each word -www.google.com?s=Word). So I would like
> > a custom-styled vertical table, if that makes sense?
>
> > ---
> > Tab 2:
>
> > Just a vertical list of settings for the app.
>
> > ---
> > Tab 3:
>
> > Simply an "about" page with some random text.
>
> > ---
>
> > So I currently have a working Tab tutorial, yet don't know how to
> > expand it to make the changes I want. Do I need to make each tab run
> > it's own activity? if so, how would I edit the tutorial to do this?
>
> > Many thanks to anyone who can point me in the right direction, offer
> > some code, or point me to a tutorial which shows how to do some of the
> > things I need!
>
> > Many thanks all,
> > James

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to