On Tue, Nov 23, 2010 at 4:12 PM, bruce <[email protected]> wrote:

> Probably the best way to achieve this is to create a base activity class
> and extend it for all your other activities.
>

That works if you're only extending Activity in each of your own Activities.
If you're using Lists, Tabs, or especially Maps, you're SOL.

I would recommend a custom View that encapsulates and manages the logic for
this "Static Layout", which you then simply add to each of your Activities'
layouts with a <include> tag.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en

Reply via email to