Ditto for a common Activity base class and layout reuse.

Also, take a look at PopupWindow class - it should make it easier to
integrate the common floating part into your layouts.

--
Kostya Vasilyev -- http://kmansoft.wordpress.com

24.11.2010 1:13 пользователь "bruce" <palant...@gmail.com> написал:

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...
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago

> transit tracking app for Android-powered devices

-- 
You received this message because you are su...

-- 
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