Ripple Validator EditText


Source link: https://github.com/omidheshmatinia/RippleValidatorEditText

RippleValidatorEditText

An Input box with different validators and ripple transition for android. It let you to define custom animation for error text entrance and also comes up with seven ready validators.

ScreenShots

Setup

1. Provide the gradle dependency

compile 'me.omidh:rvelib:0.8.01'

2. Sample

 <me.omidh.ripplevalidatoredittext.RippleValidatorEditText

android:layout_width="match_parent"

android:layout_height="wrap_content"

app:rve_hint="My Sample Hint"

app:rve_font="fonts/iran_sans_mobile.ttf"

app:rve_helperTextSize="12sp"

app:rve_editTextSize="14sp"

app:rve_topLeftCornerRadius="4dp"

app:rve_bottomLeftCornerRadius="0dp"

app:rve_bottomRightCornerRadius="0dp"

app:rve_topRightCornerRadius="4dp"

app:rve_strokeWidth="1dp"

android:inputType="number"

android:nextFocusDown="@+id/editText_next"

android:nextFocusForward="@+id/editText_next"

android:imeOptions="actionNext"

android:textColorHint="#80222222"

app:rve_helperAnimation="@anim/fab_slide_in_from_right"

app:rve_normalColor="#222222"

app:rve_typingColor="#555555"

app:rve_errorColor="#EF5350"

app:rve_backgroundColor="#00000000"

app:rve_validColor="#66BB6A"

app:rve_editTextColor="#222222"/>

Validator

This Library contains 7 ready validators. It also let you to write you custom validator.

EMPTY , EMAIL , EQUAL , BEGIN , END , MIN_LENGTH , PHONE

For a sample code please visit the Validator wiki page

Error Text Entrance Animation

You can set your desired animation for entrance of the error text.

it can be set in XML :

app:rve_helperAnimation="@anim/fab_slide_in_from_right"

Tips

Focus

If you want to use focus attributes, do not forget to add below line in your xml

android:imeOptions="actionNext"

Todo :

  • different ripple effect for each state
  • cleaning the code
  • adding enums to style for android related attributes

Developed By

Omid Heshmatinia [email protected]

Resources

Demo project that uses Mortar and Mortar architect libraries, along with Dagger2.

Demo project for Mortar / Flow / Dagger2 with Auto Dagger2 and Auto Mortar.

ProgressDialog that waits a minimum time to be dismissed before showing. Once visible, the ProgressDialog will be visible for a minimum amount of time to avoid "flashes" in the UI.

The seeds-libraries project is an attempt to build and publish atomic versions of the Guava Libraries which are too valuable to leave out of any modern development project.

The Expandable RecyclerView is a library written to allow for an expanded view to be attached to each ViewHolder. To allow for full functionality of a normal RecyclerView in both the parent ViewHolder and the expanded child ViewHolder, the recyclerview has been modified to use two types of ViewHolders, a child and a parent with the ability to customize each separately.

Custom fonts without writing code.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes