Skip to content

mohitrajput987/android-utility

Repository files navigation

Android Utility

Latest Version

Introduction

Android Utility is a collection of various small utility libraries which are used in almost every Android project. Instead of creating a large bunch, we have created different small libraries for the different purpose i.e. for shared preference, validation, custom views etc.

The aim of this utility library are;

  • Provide utility libraries to make the development easy
  • Prevent writing the same piece of code multiple times
  • Contribution on the utility field from all over the world

Android Utlity SDK is available from SDK version 22.

Get Started

This guide is a quick start to add SmilePass biometric verification to an Android app. Android Studio is the recommended development environment for building an app with the SmilePass SDK.

Prerequisites

Minimum SDK

Your application needs to support minimum SDK version 22.

Add Utility to your app

Add a specific utlity library which you need to use in your app. To do this, add the following dependency in your app level build.gradle file-

implementation 'com.otb.utility:{module-name}:{latest-version}'

If you want to use preference library, you can use following dependency-

implementation 'com.otb.utility:preference:0.0.1'

The latest version can be found at the top of this file. The library is indexed on Bintray JCenter repository with all versions here.

You are all set to use cutting-edge face verification features of the SmilePass.

Libraries & Tutorials

Here is the list of all libraries and their tutorials. For the detailed information on how to use different libraries in your project, read our detailed documents-

License

Android Utlity SDK is licensed with the MIT License. For more details, see LICENSE.

About

Utility method which are useful for almost for Android projects.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages