Google Material Design - Xamarin.Android Material Text Field.
-
Updated
Apr 27, 2020 - C#
An Android library is structurally the same as an Android app module. It can include everything needed to build an app, including source code, resource files, and an Android manifest. However, instead of compiling into an APK that runs on a device, an Android library compiles into an Android Archive (AAR) file that you can use as a dependency for an Android app module.
Google Material Design - Xamarin.Android Material Text Field.
FlexboxLayout Binding for Xamarin Android
Spell Checker is a simple tool for checking spelling in a given body of text. It returns correction suggestions
ASCII85 Encoder is a tool for encoding and decoding data using ASCII85 (also known as Base85) encoding. It supports both standard and btoa formats for efficient binary-to-text encoding with better compression than Base64.
CAA Record Parser analyzes DNS CAA records that specify which Certificate Authorities are authorized to issue certificates for a domain.
Website to PDF is a simple tool for converting a website to PDF. It returns the PDF file generated from the website.
Text to Emoji is a simple tool for converting text into emojis. It returns the emojis that represent the given text.
User Agent Generator is a simple tool for generating user agent strings. It returns a random user agent string.
SPF Validator checks the Sender Policy Framework (SPF) DNS record for a domain to verify if it’s valid and optionally whether a given IP address is authorized to send emails for that domain.
Age Calculator is a simple tool for calculating age from the date of birth. It returns the calculated age based on the date of birth provided.
Baby Name Generator is a simple tool for generating baby names. It returns a list of baby names.
Cryptogram Generator creates letter substitution cipher puzzles where each letter is replaced with another letter consistently throughout the text.
HTML Entities Encoder/Decoder is a tool for encoding and decoding HTML entities. It converts special characters to HTML entities and vice versa to prevent XSS attacks and display special characters properly.
Country Calling Code is a simple tool for getting the country's international dialing codes. It returns the country's international dialing codes.
React Native IOTA implementation
News API is a simple tool for scraping news data. It returns the news title, description, and more.
Text to Color is a simple tool for converting color from natural language. It returns the color code based on the text provided.
Mad Libs Generator creates fill-in-the-blank story templates with prompts for nouns, verbs, adjectives, and more.
Magic 8-Ball is a fun tool that provides random predictions and answers like the classic toy. It returns one of 20 classic Magic 8-Ball responses categorized as affirmative, negative, or non-committal.
Base64 Encoder/Decoder is a simple tool for encoding and decoding Base64 strings. It supports both encoding text to Base64 and decoding Base64 back to text.