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
- Host: GitHub
- URL: https://github.com/pariazar/specialedittext
- Owner: pariazar
- Created: 2018-11-16T20:54:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T23:25:25.000Z (over 6 years ago)
- Last Synced: 2025-01-07T20:34:26.736Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 160 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
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
The 3D animation effect that you want to set on View
fView.startAnimations(2,imageView);