You can convert all numbers between English, Persian, and Arabic using this library. It's simple and reliable to use it with Java or Kotlin.
Android component that solve the problem with not auto fitting content to the boundaries.
Working on scaling instead of font size changing. Can operate on any view inside the container.
blitz is a very lightweight Android library that allows you to set a self-updating string with relative time (e.g. 5 minutes ago) in TextView
in just one line of code.
DOESN'T require using custom TextView
.
It will not overheadly update your TextView
: e.g. if your relative time is 5 minutes ago
then blitz will send update only after one minute, not every second. The same with others time units: hours updates once an hour, etc.
Don't be scared to use it in your ViewHolder
s, 'cause blitz won't let anything leak and will take care of the system resources.
ColorPhrase is an Android string resource color setting library.
Simple currency formatter for Android EditText
.
EditText component for currency types. Handles decimal and thousand separators for different locales.
AppCompatEditText with auto formatting currencies.
DateTimeTemplate is date/time formatting library supporting formatting placeholders, i.e. Today is %DDD%, %k%:%ii% %a%
once formatted would produce Today is Wednesday, 6:21a
. Supports abbreviated day/month names, 12/24hrs clocks, leading-zero values and localization.
Humanizer allows you to display data in a human-readable format for simplicity.
Pretty_Everything
format you can show relevant date representation.The library allows to format user input on the fly according to the provided mask and to extract valueable characters.
JustifiedTextView is an android view that justifies the text. Gives support to older Android versions because "setJustificationMode" was introduced until API 26.
Kirai - flavored Android string formatting. Library has fluent API similar to phrase with additional formatting similar to TaggerString and allows to add formatted pieces of text like BabushkaText.
Kirai means phrase in Swahili language.
A rich text editor (based on QuillJs and MRichTextEditor) ported to Kotlin.
Lightweight android library for highlighting Strings inside of a textview (ignoring case), with optional callbacks.
A simple way to format text fields without getting affected by input filters.
A library to format dates as described in Material Design guidelines.
A simple library for number shortening into appropriate SI units.
Phrase is an Android string resource templating library.
Convert numbers to Persian words.
BigInteger
can be converted to Persian words using this library From Zero to Vigintillion or moreByte
, Short
, Int
, Long
, Float
, Double
, BigInteger
, BigDecimal
RTL marquee text view android right to left moving text - persian - farsi - arabic - urdo
An auto-formatted edittext android to Indonesia Rupiah Currency.
The Simple Number Separator is the lightweight library for separate number with coma in android or dot or dynamically by your locale device.
Squircle IDE is a fast and free multi-language code editor for Android.
SRML: "String Resource Markup Language"
Mark up your Android string resources with an impressive suite of formatting tags.
TaggerString is very light library which allows to build dynamic string resource in much more readable way.
For formatting text in android like what whatsapp does. Any text enclosed with s will be bolded, any text enclosed within _s will be italicized. Example : "Hello* World!" will become "Hello World"with Hello bolded and "_Hello _ World!" will become "Hello World" with Hello italicized.