开发者

Add rotator in android

开发者 https://www.devze.com 2023-01-07 21:14 出处:网络
How 开发者_运维技巧can I make text scroll? I want an effect similar to ad rotators in .net.Sign up for AdMob. They have a library to place ads in your application. Also, google adsense offers mobile

How 开发者_运维技巧can I make text scroll?

I want an effect similar to ad rotators in .net.


Sign up for AdMob. They have a library to place ads in your application. Also, google adsense offers mobile ads. AdMob was also acquired by google recently so it will eventually be part of adsense.


AceAbhi, are you looking for autoscrolling text? or text which the user scrolls?

For auto scrolling you need to use

android:ellipsize="marquee" android:marqueeRepeatLimit="marquee_forever"

For the user to scroll the text manually you need to use

android:scrollHorizontally="true"

0

精彩评论

暂无评论...
验证码 换一张
取 消