An open API service indexing awesome lists of open source software.

https://github.com/pariazar/specialedittext

Fast EditText is EditText with various Animations
https://github.com/pariazar/specialedittext

Last synced: over 1 year ago
JSON representation

Fast EditText is EditText with various Animations

Awesome Lists containing this project

README

          

Fast EditText


Find your favorite animation and easily start it for editText
there are different animations that let you choose them better.

Screenshots


Fast EditText

Getting Started


you need to add

allprojects {
repositories {

maven { url 'https://jitpack.io' }
}
}


And

dependencies {
implementation 'com.github.hamedpa:SpecialEditText:1.0.2'
}

Usage


define it in your layout


to use Fast EditText, first define FView

FView fView = (FView) findViewById(R.id.fview);

Start Animation


then you will able to start animation with StartAnimations method

fView.startAnimations(9);

Customize


Fast EditText
The 3D animation effect that you want to set on View

fView.startAnimations(2,imageView);