Probably the best way to achieve this is to create a base activity
class and extend it for all your other activities.  Then update the
view as necessary (such as in onStart()).  You can maintain scroll
position, etc., in an application static if absolutely necessary.
Your xml for the marquee view can be included in your activity views
with <include /> tag.

Cheers,
Bruce

On Nov 23, 7:48 am, TreKing <treking...@gmail.com> wrote:
> On Tue, Nov 23, 2010 at 4:38 AM, Ganapathy.C <cganapa...@gmail.com> wrote:
> > But i need a ticker like Marquee in HTML ....
>
> Look into translation animations.
>
> >  and also for all page...
>
> Reuse the same layout in each "page".
>
> -------------------------------------------------------------------------------------------------
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to