All Projects → Bakumon → Numberanimtextview

Bakumon / Numberanimtextview

Licence: mit
😿 数字增加和减小动画 TextView

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Numberanimtextview

Scrollbear
A modern tool that maintains scroll position when images loaded
Stars: ✭ 523 (-23.54%)
Mutual labels:  view
Longshadow
Add a long shadow on any Android View
Stars: ✭ 562 (-17.84%)
Mutual labels:  view
Financialcustomerview
各种金融类的自定义View,基金走势图、分时图、蜡烛图、各种指标等,一步一步构建庞大的基金自定View...
Stars: ✭ 642 (-6.14%)
Mutual labels:  view
Laravel Blade X
Use custom HTML components in your Blade views
Stars: ✭ 538 (-21.35%)
Mutual labels:  view
Android Ratethisapp
Android library to show "Rate this app" dialog
Stars: ✭ 553 (-19.15%)
Mutual labels:  view
Circleprogress
Android自定义圆形进度条
Stars: ✭ 585 (-14.47%)
Mutual labels:  view
Popview Android
Pop animation with circular dust effect for any view updation
Stars: ✭ 487 (-28.8%)
Mutual labels:  view
Physicslayout
Android layout that simulates physics using JBox2D
Stars: ✭ 658 (-3.8%)
Mutual labels:  view
Nestedtouchscrollinglayout
🎱处理子 View,父 View 嵌套滚动,成本比 support v4 NestedScrolling 低,放心食用~
Stars: ✭ 557 (-18.57%)
Mutual labels:  view
Easysignseekbar
本库主要提供一个漂亮而强大的自定义SeekBar,进度变化由提示牌 (sign)展示,具有强大的属性设置,支持设置section(节点)、mark(标记)、track(轨迹)、thumb(拖动块)、progress(进度)、sign(提示框)等功能
Stars: ✭ 629 (-8.04%)
Mutual labels:  view
Kotlinpleaseanimate
Kotlin, please, can you animate my views ?
Stars: ✭ 541 (-20.91%)
Mutual labels:  view
Zloading
[Android] 这是一个自定义Loading View库。暂停更新
Stars: ✭ 552 (-19.3%)
Mutual labels:  view
Chips Input Layout
A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
Stars: ✭ 591 (-13.6%)
Mutual labels:  view
Circleview
A Circle View containing Title and Subtitle
Stars: ✭ 530 (-22.51%)
Mutual labels:  view
Roundedletterview
RoundedLetterView like the one in Android 5.0 Contacts app
Stars: ✭ 651 (-4.82%)
Mutual labels:  view
Happybubble
💭BubbleLayout随意变化的气泡布局、消息对话框,可定制颜色,背景、弧度、尖角弧度、边框等等。BubbleDialog气泡弹窗根据点击View的位置定位它的弹窗位置,BubbleDialog可定制方向等!(BubbleLayout changes freely,BubbleDialog click on the location of View positioning its location,BubbleDialog can be customized directions.)
Stars: ✭ 487 (-28.8%)
Mutual labels:  view
Recyclerview Fastscroller
A fully customizable Fast Scroller for the RecyclerView in Android, written in Kotlin
Stars: ✭ 585 (-14.47%)
Mutual labels:  view
Quickshot
Capture images of any View, SurfaceView or Bitmap from your Android app in: .jpg .png or .nomedia with simple oneliner codes.
Stars: ✭ 663 (-3.07%)
Mutual labels:  view
Polygonsview
模仿掌上英雄联盟能力分析效果
Stars: ✭ 652 (-4.68%)
Mutual labels:  view
Discretescrollview
A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.
Stars: ✭ 5,533 (+708.92%)
Mutual labels:  view

NumberAnimTextView

NumberAnimTextView演示gif

Features

  1. 添加前缀、后缀
  2. 支持任意大小的整数或小数
  3. 千位分隔符
  4. API 简单
  5. 支持增加和降低动画

Usage

// 设置最终值,开始动画
mNumberAnimTextView.setNumberString("98765432.75");

Option

// 设置前缀
mNumberAnimTextView.setPrefixString("¥");
// 设置后缀
mNumberAnimTextView.setPostfixString("%");
// 设置动画时长
mNumberAnimTextView.setDuration(2000);
// 设置数字增加范围
mNumberAnimTextView.setNumberString("19.75", "99.75");

// 禁用动画
mNumberAnimTextView1.setEnableAnim(false);

License

MIT

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].