All Projects → jenly1314 → Supertextview

jenly1314 / Supertextview

Licence: mit
🎀 SuperTextView for Android 是一个在TextView的基础上扩展了几种动画效果的控件。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Supertextview

Objectmodel
Strong Dynamically Typed Object Modeling for JavaScript
Stars: ✭ 415 (+151.52%)
Mutual labels:  typing, dynamic
readme-typing-svg
⚡ Dynamically generated, customizable SVG that gives the appearance of typing and deleting text. Typing SVGs can be used as a bio on your Github profile readme or repository.
Stars: ✭ 938 (+468.48%)
Mutual labels:  dynamic, typing
Jamesdspmanager
Audio DSP effects build on Android system framework layer. This is a repository contains a pack of high quality DSP algorithms specialized for audio processing.
Stars: ✭ 136 (-17.58%)
Mutual labels:  dynamic
Titiler
A dynamic Web Map tile server
Stars: ✭ 153 (-7.27%)
Mutual labels:  dynamic
Require Vuejs
RequireJS plugin to async and dynamic load and parse .vue components
Stars: ✭ 143 (-13.33%)
Mutual labels:  dynamic
Frida All In One
《FRIDA操作手册》by @hluwa @r0ysue
Stars: ✭ 1,990 (+1106.06%)
Mutual labels:  dynamic
Toggleedittextview
Easily switch between EditText and TextView seamlessly.
Stars: ✭ 146 (-11.52%)
Mutual labels:  textview
Collapsibletextview
show or hide part of text only in a TextView
Stars: ✭ 135 (-18.18%)
Mutual labels:  textview
Goloader
load and run golang code at runtime.
Stars: ✭ 159 (-3.64%)
Mutual labels:  dynamic
Ultimate Java Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
Stars: ✭ 143 (-13.33%)
Mutual labels:  dynamic
Flog
A Simple Blog Powered by Flask
Stars: ✭ 150 (-9.09%)
Mutual labels:  dynamic
React Native Wormhole
⚛️ 🌌 Inter-dimensional Portals for React Native. 👽 🖖
Stars: ✭ 133 (-19.39%)
Mutual labels:  dynamic
Turingtype
⌨️ Simple human typing effect
Stars: ✭ 137 (-16.97%)
Mutual labels:  typing
Vectorcompattextview
One VectorCompatTextView suits for hundreds of CompoundDrawable style. 一个库,满足CompoundDrawable的百变风格。
Stars: ✭ 147 (-10.91%)
Mutual labels:  textview
Sharpview
安卓带有尖角气泡的控件(TextView,ImageView,EditText,Layout),支持渐变色,圆角等自定义属性
Stars: ✭ 137 (-16.97%)
Mutual labels:  textview
Cdmarkdownkit
An extensive Swift framework providing simple and customizable markdown parsing.
Stars: ✭ 158 (-4.24%)
Mutual labels:  textview
Textview Rich Drawable
Android TextView with rich support of compound drawables
Stars: ✭ 136 (-17.58%)
Mutual labels:  textview
Webpack Require From
Webpack plugin that allows to configure path or URL for fetching dynamic imports
Stars: ✭ 142 (-13.94%)
Mutual labels:  dynamic
Enviews
🌟A cool dynamic view library
Stars: ✭ 1,771 (+973.33%)
Mutual labels:  dynamic
Android Lib Verticalmarqueetextview
A custom TextView with vertical marquee effect
Stars: ✭ 163 (-1.21%)
Mutual labels:  textview

SuperTextView

Download Jitpack API License Blog QQGroup

SuperTextView for Android 是一个在TextView的基础上扩展了几种动画效果的控件。

Gif 展示

Image

引入

Maven:

<dependency>
  <groupId>com.king.view</groupId>
  <artifactId>supertextview</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>

Gradle:

compile 'com.king.view:supertextview:1.0.1'

Lvy:

<dependency org='com.king.view' name='supertextview' rev='1.0.1'>
  <artifact name='$AID' ext='pom'></artifact>
</dependency>
如果Gradle出现compile失败的情况,可以在Project的build.gradle里面添加如下:(也可以使用上面的GitPack来complie)
allprojects {
    repositories {
        //...
        maven { url 'https://dl.bintray.com/jenly/maven' }
    }
}

示例

布局

<com.king.view.supertextview.SuperTextView
    android:id="@+id/superTextView"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />

代码示例(核心调用代码)

//设置动画的动态监听(动画结束后回调)
superTextView.setOnDynamicListener(OnDynamicListener onDynamicListener);
//设置动画的动态风格
supertextview.setDynamicStyle(DynamicStyle dynamicStyle);
//设置动画的动态文本
supertextview.setDynamicText(CharSequence text);
//开始动画
supertextview.start();


赞赏

如果您喜欢SuperTextView,或感觉SuperTextView帮助到了您,可以点右上角“Star”支持一下,您的支持就是我的动力,谢谢 😃

您也可以扫描下面的二维码,请作者喝杯咖啡 ☕️

关于我

Name: Jenly

Email: jenly1314#gmail.com / jenly1314#vip.qq.com

CSDN: jenly121

Github: jenly1314

加入QQ群: 20867961

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].