Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wendyliga/terbilang
Library Simple untuk mendapatkan "Angka Terbilang" untuk Android / Java
https://github.com/wendyliga/terbilang
angka java javascript library terbilang
Last synced: about 1 month ago
JSON representation
Library Simple untuk mendapatkan "Angka Terbilang" untuk Android / Java
- Host: GitHub
- URL: https://github.com/wendyliga/terbilang
- Owner: wendyliga
- Created: 2018-04-27T06:27:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T14:58:09.000Z (over 6 years ago)
- Last Synced: 2024-04-24T11:31:59.397Z (8 months ago)
- Topics: angka, java, javascript, library, terbilang
- Language: Java
- Homepage:
- Size: 71.3 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terbilang
[![Download](https://api.bintray.com/packages/wendyliga/maven/terbilang/images/download.svg)](https://bintray.com/wendyliga/maven/terbilang/_latestVersion)Terbilang is a simple library that add a feature to show "Angka Terbilang" on your Android Application/Java
## Prerequisites
### Gradle
```
repositories {
jcenter()
}dependencies {
implementation 'com.wendyliga:terbilang:0.1'
}
```### Maven
```
com.wendyliga
terbilang
0.0.1
pom```
## Usage
```
String terbilang = bilangan(Long number);
```or
```
String terbilang = bilangan(int number);
```
**Note** : While using Integer variable , max number is limited to 2,147,483,647 (Integer Value Limitation)## Lisence
```
Copyright (C) 2018 Wendy LigaLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.```