Android开源控件搜集--Text View

2024-06-19 12:48

本文主要是介绍Android开源控件搜集--Text View,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

http://blog.csdn.net/binglumeng/article/details/53205044?locationNum=2&fps=1

http://blog.csdn.net/binglumeng/article/details/53205044?locationNum=2&fps=1
http://blog.csdn.net/binglumeng/article/details/53205044?locationNum=2&fps=1


Android开源控件搜集--Text View

   

Android开源控件搜集—-Text View

Note:本篇博客长期维护更新,欢迎各位网友共同合作,共享知识与技术。

本篇博客主要搜集个人任务比较优秀的Android开源控件,大多来自github,并附上链接,自己学习之余,亦希望于大家有所帮助。

Android的控件还算比较多,官方和第三方自定义优秀控件数不胜数,搜集难免不全,逐步更新丰富吧。

Text View

其实好多第三方view,都是自定义的,未必十分符合text View的概念,姑且把个人认为的text view归类到此吧。

  1. Ticker

    简单的可实现跳动显示字符的Text View,效果:

    ticker

    github地址:https://github.com/robinhood/ticker

  2. Expandable Text View

    正如项目介绍一样,这是一个可以折叠/展开的Text View,效果:

    expandable

    github地址:https://github.com/Manabu-GT/ExpandableTextView

  3. SlantedTextView

    倾斜的Text View,多用于给图片加个小标签,效果:

    slanted

    github地址:https://github.com/HeZaiJin/SlantedTextView

  4. ReadMoreTextView

    类似上面expandable TextView 这也是一个可以折叠/站看的text View控件,效果:

    ReadMore

    github地址:https://github.com/borjabravo10/ReadMoreTextView

  5. SuperTextView

    国人开发者写的一个自定义综合控件,常作于设置列表的item项比较合适,似乎有点实用性,效果:

    SuperTextView

    github地址:https://github.com/lygttpod/SuperTextView

  6. AutoLinkTextView

    附带可以设置链接功能的text View,效果:

    autolink

    github地址:https://github.com/armcha/AutoLinkTextView

  7. Floating Text

    一个可以弹出飞出文字的textview,效果:

    floating

    github地址:https://github.com/UFreedom/FloatingText

  8. SecretTextView

    具有淡入淡出效果的Text View,效果:

    Secret

    github地址:https://github.com/matthewrkula/SecretTextView

  9. DraweeTextView

    没理解作者的描述,似乎是一个可以构造复杂图形文字显示的Text View,似乎有用?效果:

    drawee

    github地址:https://github.com/Bilibili/drawee-text-view

  10. HTextView

    支持炫酷动画效果的Text View,效果:

    htextview

    github地址:https://github.com/hanks-zyh/HTextView

  11. Titanic

    这名字看不出是text view啊,呵呵,实现自动沉水的text view,效果:

    titanic

    github地址:https://github.com/RomainPiel/Titanic

  12. Shimmer

    比较流行的一个闪动式text View,效果:

    shimmer

    github地址:https://github.com/RomainPiel/Shimmer-android

    还有一个同名的,可能更强的,效果:

    shimmer

    github地址:https://github.com/facebook/shimmer-android

  13. emojicon

    一个可以显示emoji表情的textview ,效果:

    emoji

    github地址:https://github.com/rockerhieu/emojicon

  14. AutoFitTextView

    可以在限定的大小,自动调整文字大小来适应边界,效果:

    autofit

    github地址:https://github.com/grantland/android-autofittextview

  15. iconify

    可以显示很卡哇伊的效果的text view,效果:

    iconify

    github地址:https://github.com/JoanZapata/android-iconify

  16. Calligraphy

    便于快速在xml中使用字体的textview,效果:

    calligraphy

    github地址:https://github.com/chrisjenx/Calligraphy

  17. RobotoText View

    类似上边,这个可以快捷使用android的roboto字体的textview,效果:

    roboto

    github地址:https://github.com/johnkil/Android-RobotoTextView

  18. JumpingBeans

    可以简单上下跳动的textview,效果:

    jumping

    jumping

    github地址:https://github.com/frakbot/JumpingBeans

  19. CountDown View

    不知算不算text view,属于一个倒计时显示的text view吧,效果:

    countdown

    github地址:https://github.com/iwgang/CountdownView

  20. VerTextView

    竖排显示的text view,效果:

    verText

    github地址:https://github.com/lfkdsk/JustWeTools

  21. LabelView

    类似上面提到的SlantedTextView,这也是一个倾斜的作为标签的textview,效果:

    label

    github地址:https://github.com/linger1216/labelview

  22. Live emoji

    可以显示动态emoji的text view,姑且成为text view吧,呵呵,效果:

    live

    github地址:https://github.com/RomainPiel/live-emoji

  23. MatchView

    随风飘散的效果的text view,效果:

    match

    github地址:https://github.com/Rogero0o/MatchView

  24. TextJustify

    算是一个可以对其调整的text view么,效果:

    justify

    github地址:https://github.com/bluejamesbond/TextJustify-Android

  25. RoundedLetterView

    类似Android联系人目录,显示头像或名字字母的text View,效果:

    rounded

    github地址:https://github.com/pavlospt/RoundedLetterView

  26. TextDrawable

    类似上面RoundedLetterView,效果:

    text

    github 地址:https://github.com/amulyakhare/TextDrawable

  27. BabushkaText

    可以自定义样式的textview,效果:

    babushka

    github地址:https://github.com/quiqueqs/BabushkaText

  28. TextSurface

    可以自带动画效果的textview,效果:

    text

    github 地址:https://github.com/elevenetc/TextSurface

  29. Text Counter

    可以上下计数的text view,效果:

    counter

    github地址:https://github.com/premnirmal/TextCounter

  30. android-ago

    可以自动更新显示其生成时间的一个text view,效果:

    text

    github地址:https://github.com/curioustechizen/android-ago

  31. TimelyTextView

    数字间变化的的一个text view,效果似乎是:

    text

    github:https://github.com/adnan-SM/TimelyTextView

这篇关于Android开源控件搜集--Text View的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1075080

相关文章

Android使用ImageView.ScaleType实现图片的缩放与裁剪功能

《Android使用ImageView.ScaleType实现图片的缩放与裁剪功能》ImageView是最常用的控件之一,它用于展示各种类型的图片,为了能够根据需求调整图片的显示效果,Android提... 目录什么是 ImageView.ScaleType?FIT_XYFIT_STARTFIT_CENTE

Android实现在线预览office文档的示例详解

《Android实现在线预览office文档的示例详解》在移动端展示在线Office文档(如Word、Excel、PPT)是一项常见需求,这篇文章为大家重点介绍了两种方案的实现方法,希望对大家有一定的... 目录一、项目概述二、相关技术知识三、实现思路3.1 方案一:WebView + Office Onl

Android实现两台手机屏幕共享和远程控制功能

《Android实现两台手机屏幕共享和远程控制功能》在远程协助、在线教学、技术支持等多种场景下,实时获得另一部移动设备的屏幕画面,并对其进行操作,具有极高的应用价值,本项目旨在实现两台Android手... 目录一、项目概述二、相关知识2.1 MediaProjection API2.2 Socket 网络

Android实现悬浮按钮功能

《Android实现悬浮按钮功能》在很多场景中,我们希望在应用或系统任意界面上都能看到一个小的“悬浮按钮”(FloatingButton),用来快速启动工具、展示未读信息或快捷操作,所以本文给大家介绍... 目录一、项目概述二、相关技术知识三、实现思路四、整合代码4.1 Java 代码(MainActivi

Android Mainline基础简介

《AndroidMainline基础简介》AndroidMainline是通过模块化更新Android核心组件的框架,可能提高安全性,本文给大家介绍AndroidMainline基础简介,感兴趣的朋... 目录关键要点什么是 android Mainline?Android Mainline 的工作原理关键

Qt中QGroupBox控件的实现

《Qt中QGroupBox控件的实现》QGroupBox是Qt框架中一个非常有用的控件,它主要用于组织和管理一组相关的控件,本文主要介绍了Qt中QGroupBox控件的实现,具有一定的参考价值,感兴趣... 目录引言一、基本属性二、常用方法2.1 构造函数 2.2 设置标题2.3 设置复选框模式2.4 是否

Qt中QUndoView控件的具体使用

《Qt中QUndoView控件的具体使用》QUndoView是Qt框架中用于可视化显示QUndoStack内容的控件,本文主要介绍了Qt中QUndoView控件的具体使用,具有一定的参考价值,感兴趣的... 目录引言一、QUndoView 的用途二、工作原理三、 如何与 QUnDOStack 配合使用四、自

如何解决idea的Module:‘:app‘platform‘android-32‘not found.问题

《如何解决idea的Module:‘:app‘platform‘android-32‘notfound.问题》:本文主要介绍如何解决idea的Module:‘:app‘platform‘andr... 目录idea的Module:‘:app‘pwww.chinasem.cnlatform‘android-32

Android实现打开本地pdf文件的两种方式

《Android实现打开本地pdf文件的两种方式》在现代应用中,PDF格式因其跨平台、稳定性好、展示内容一致等特点,在Android平台上,如何高效地打开本地PDF文件,不仅关系到用户体验,也直接影响... 目录一、项目概述二、相关知识2.1 PDF文件基本概述2.2 android 文件访问与存储权限2.

Android Studio 配置国内镜像源的实现步骤

《AndroidStudio配置国内镜像源的实现步骤》本文主要介绍了AndroidStudio配置国内镜像源的实现步骤,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,... 目录一、修改 hosts,解决 SDK 下载失败的问题二、修改 gradle 地址,解决 gradle