美文网首页
Android 滚动字幕ScrollTextView

Android 滚动字幕ScrollTextView

作者: 曾经的你呀 | 来源:发表于2018-03-27 11:16 被阅读1383次

    Android 滚动字幕

    Gradle 集成使用

     compile 'anylife.scrolltextview:ScrollTextviewLib:1.3'
    

    Maven 集成使用

    <dependency>
      <groupId>anylife.scrolltextview</groupId>
      <artifactId>ScrollTextviewLib</artifactId>
      <version>1.3</version>
      <type>pom</type>
    </dependency>
    

    About ScrollTextView

    Class ScrollTextView extends SurfaceView implements SurfaceHolder.Callback

    Android 滚动字幕,如新闻联播下面的,可以使用在广告机,机顶盒,电视App等信息发布系统。
    以前是在信息发布系统上使用过,作为动态布局的一部分,题外话,如果有想做像分众传媒或者
    类似的电梯门口广告的可以参考一下.

    动态布局专利:http://www.google.com/patents/CN103336691A?cl=zh (科学上网)

    GIF.gif

    继承SurfaceView 实现,CPU 占用低,无内存抖动,在Nexus5X,Android 7.0 上测试流畅
    Gif 图看起来卡是为了图像质量和大小的平衡减低帧率。

    源码:https://github.com/AnyLifeZLB/ScrollTextView

    Any questions,please contact me at:anylife.zlb@gmail.com

    相关文章

      网友评论

          本文标题:Android 滚动字幕ScrollTextView

          本文链接:https://www.haomeiwen.com/subject/ppmjcftx.html