Thursday, June 3, 2010

[android-developers] Re: How to create kind of admob banner or scrolling text?

Thanks for your replies..

The problem with using marquee is, the TextView has to be in focus all
the time.

My requirement is I have multiple controls in the same activity and
the text scrolling should be continuing through out .

How do I apply animation to a TextView in simplest way..?

Thanks,
DK

On Jun 3, 12:53 pm, arnouf <arnaud.far...@gmail.com> wrote:
> right ! the marquee ! I forgot it ! :) (it's just avoiding to use
> animation, not to place your component at bottom)
>
> On Jun 3, 6:42 pm, Romain Guy <romain...@android.com> wrote:
>
> > There's even easier, just use the marquee feature of TextView.
>
> > On Thu, Jun 3, 2010 at 9:40 AM, arnouf <arnaud.far...@gmail.com> wrote:
> > > Use a RelativeLayout for your app and a specific layout aligned on
> > > bottom of your main layout.
> > > So you're banner is based at the bottom :)
> > > Now to scrolling a text inside this banner : use animation, it's the
> > > simplest.
>
> > > Best
>
> > > On Jun 3, 4:36 pm, dillipk <codersnet2...@gmail.com> wrote:
> > >> Hello,
> > >>   Is there any widget which would help me to create kind of admob
> > >> banner or scrolling text at the top of my app?
>
> > >> Thanks,
> > >> DK
>
> > > --
> > > 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+unsubscribe@googlegroups.com
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en
>
> > --
> > Romain Guy
> > Android framework engineer
> > romain...@android.com
>
> > Note: please don't send private questions to me, as I don't have time
> > to provide private support.  All such questions should be posted on
> > public forums, where I and others can see and answer them

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment