Libraries

How I fought modders and crackers? (Android-Tamper-Detector)

Android-Tamper-Detector is a library that can detect if an app was tampered with. See the example to see more detail.

Displaying MD or Markdown files and text in Android

MarkdownView is a simple library that can display MD or Markdown files and text. See the example to see more detail.

How to add a Country Picker for Android in few lines?

CountryPicker is a simple library that can show a country picker. See the example to see more detail.

How to build an OtpView or a PinView in android?

A key part of any app these days is phone number verification, Whether it is for two-factor authentication or for phone number verification or any other purpose it has become an important part of the app. Now there are tons of services that help you achieve this. But the problem is to develop that view where the user will be entering this code or the one-time password. In most cases sitting and coding that view could be time-consuming and could lead to having an errorneos code and is not always simple and straightforward. That's where OtpView or PinView comes into play.