All Projects → yigitserin → CurrencyEditText

yigitserin / CurrencyEditText

Licence: MIT license
A simple EditText input designed to input decimal and currency values.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to CurrencyEditText

Vue Numeric
Input field component to display a formatted currency value based on Vue.js
Stars: ✭ 341 (+1794.44%)
Mutual labels:  money, input, currency
react-numeric
A react component for formatted number form fields
Stars: ✭ 30 (+66.67%)
Mutual labels:  money, input, currency
Frankfurter
💱 Currency data API
Stars: ✭ 123 (+583.33%)
Mutual labels:  money, currency
Exchanger
🏢 Currency exchange rates framework for PHP
Stars: ✭ 133 (+638.89%)
Mutual labels:  money, currency
Ngx Currency
📦 Currency mask module for Angular
Stars: ✭ 161 (+794.44%)
Mutual labels:  money, currency
Countries
Countries - ISO 3166 (ISO3166-1, ISO3166, Digit, Alpha-2 and Alpha-3) countries codes and names (on eng and rus), ISO 4217 currency designators, ITU-T E.164 IDD calling phone codes, countries capitals, UN M.49 regions codes, ccTLD countries domains, IOC/NOC and FIFA letters codes, VERY FAST, NO maps[], NO slices[], NO init() funcs, NO external links/files/data, NO interface{}, NO specific dependencies, Databases/JSON/GOB/XML/CSV compatible, Emoji countries flags and currencies support, full support ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and ccTLD standarts.
Stars: ✭ 85 (+372.22%)
Mutual labels:  money, currency
Money Open Exchange Rates
A gem that calculates the exchange rate using published rates from open-exchange-rates. Compatible with the money gem.
Stars: ✭ 87 (+383.33%)
Mutual labels:  money, currency
Easymoney
Library for operating with monetary values in JavaScript and Typescript 💵
Stars: ✭ 145 (+705.56%)
Mutual labels:  money, currency
Money
A money and currency library for PHP
Stars: ✭ 855 (+4650%)
Mutual labels:  money, currency
Cash Cli
💰💰 Convert currency rates directly from your terminal!
Stars: ✭ 168 (+833.33%)
Mutual labels:  money, currency
Jackson Datatype Money
Extension module to properly support datatypes of javax.money
Stars: ✭ 165 (+816.67%)
Mutual labels:  money, currency
Jsr354 Ri
JSR 354 - Moneta: Reference Implementation
Stars: ✭ 223 (+1138.89%)
Mutual labels:  money, currency
Currencyconverter
Utilities for doing currency conversion with the Money library
Stars: ✭ 78 (+333.33%)
Mutual labels:  money, currency
Swap
💱 Currency exchange rates library
Stars: ✭ 1,195 (+6538.89%)
Mutual labels:  money, currency
Javamoney Lib
JavaMoney financial libraries, extending and complementing JSR 354
Stars: ✭ 104 (+477.78%)
Mutual labels:  money, currency
Android Money
Simple money and currency converter library for android.
Stars: ✭ 66 (+266.67%)
Mutual labels:  money, currency
Django Prices
Django fields for the prices module
Stars: ✭ 135 (+650%)
Mutual labels:  money, currency
Megacoin
Welcome to Megacoin MΣC - Around the World!
Stars: ✭ 16 (-11.11%)
Mutual labels:  money, currency
Money
A precise, type-safe representation of a monetary amount in a given currency
Stars: ✭ 817 (+4438.89%)
Mutual labels:  money, currency
Go Money
Go implementation of Fowler's Money pattern
Stars: ✭ 887 (+4827.78%)
Mutual labels:  money, currency

CurrencyEditText Download

CurrencyEditText is an EditText library for inputting currency values. It supports grouping and decimal seperators.

Step 1. Add the dependency
repositories {
	mavenCentral()
	google()
}

dependencies {
	implementation 'com.yigitserin.currencyedittext:CurrencyEditText:0.3'
}
Step 2. Configure
  CurrencyEditText etCurrency = findViewById(R.id.etCurrency);
  etCurrency.setLocale(new Locale("tr","TR"));
  etCurrency.setDecimalDigits(2);
Step 3. Enjoy

Licence

MIT License

Copyright (c) 2018 Yigit Serin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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