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中Dialog的使用详解

《Android中Dialog的使用详解》Dialog(对话框)是Android中常用的UI组件,用于临时显示重要信息或获取用户输入,本文给大家介绍Android中Dialog的使用,感兴趣的朋友一起... 目录android中Dialog的使用详解1. 基本Dialog类型1.1 AlertDialog(

Android Kotlin 高阶函数详解及其在协程中的应用小结

《AndroidKotlin高阶函数详解及其在协程中的应用小结》高阶函数是Kotlin中的一个重要特性,它能够将函数作为一等公民(First-ClassCitizen),使得代码更加简洁、灵活和可... 目录1. 引言2. 什么是高阶函数?3. 高阶函数的基础用法3.1 传递函数作为参数3.2 Lambda

Android自定义Scrollbar的两种实现方式

《Android自定义Scrollbar的两种实现方式》本文介绍两种实现自定义滚动条的方法,分别通过ItemDecoration方案和独立View方案实现滚动条定制化,文章通过代码示例讲解的非常详细,... 目录方案一:ItemDecoration实现(推荐用于RecyclerView)实现原理完整代码实现

Android App安装列表获取方法(实践方案)

《AndroidApp安装列表获取方法(实践方案)》文章介绍了Android11及以上版本获取应用列表的方案调整,包括权限配置、白名单配置和action配置三种方式,并提供了相应的Java和Kotl... 目录前言实现方案         方案概述一、 androidManifest 三种配置方式

Android WebView无法加载H5页面的常见问题和解决方法

《AndroidWebView无法加载H5页面的常见问题和解决方法》AndroidWebView是一种视图组件,使得Android应用能够显示网页内容,它基于Chromium,具备现代浏览器的许多功... 目录1. WebView 简介2. 常见问题3. 网络权限设置4. 启用 JavaScript5. D

Android如何获取当前CPU频率和占用率

《Android如何获取当前CPU频率和占用率》最近在优化App的性能,需要获取当前CPU视频频率和占用率,所以本文小编就来和大家总结一下如何在Android中获取当前CPU频率和占用率吧... 最近在优化 App 的性能,需要获取当前 CPU视频频率和占用率,通过查询资料,大致思路如下:目前没有标准的

无需邀请码!Manus复刻开源版OpenManus下载安装与体验

《无需邀请码!Manus复刻开源版OpenManus下载安装与体验》Manus的完美复刻开源版OpenManus安装与体验,无需邀请码,手把手教你如何在本地安装与配置Manus的开源版OpenManu... Manus是什么?Manus 是 Monica 团队推出的全球首款通用型 AI Agent。Man

Android开发中gradle下载缓慢的问题级解决方法

《Android开发中gradle下载缓慢的问题级解决方法》本文介绍了解决Android开发中Gradle下载缓慢问题的几种方法,本文给大家介绍的非常详细,感兴趣的朋友跟随小编一起看看吧... 目录一、网络环境优化二、Gradle版本与配置优化三、其他优化措施针对android开发中Gradle下载缓慢的问

Android 悬浮窗开发示例((动态权限请求 | 前台服务和通知 | 悬浮窗创建 )

《Android悬浮窗开发示例((动态权限请求|前台服务和通知|悬浮窗创建)》本文介绍了Android悬浮窗的实现效果,包括动态权限请求、前台服务和通知的使用,悬浮窗权限需要动态申请并引导... 目录一、悬浮窗 动态权限请求1、动态请求权限2、悬浮窗权限说明3、检查动态权限4、申请动态权限5、权限设置完毕后

Android里面的Service种类以及启动方式

《Android里面的Service种类以及启动方式》Android中的Service分为前台服务和后台服务,前台服务需要亮身份牌并显示通知,后台服务则有启动方式选择,包括startService和b... 目录一句话总结:一、Service 的两种类型:1. 前台服务(必须亮身份牌)2. 后台服务(偷偷干