Skip to content

Instantly share code, notes, and snippets.

@kbakhit
kbakhit / LimitedEditText.java
Last active December 8, 2016 21:39
LimitedEditText is used to display live count of number of characters left in Android's EditText and restrict the end-user from exceeding the number of allowed characters.
/**
* LimitedEditText
*
* Copyright (C) 2013-2015 Khaled Bakhit
*
*
* LimitedEditText is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.