Skip to content

KhaledOuartsi/Android-utils

Repository files navigation

Open Source Love

Android-utils

A sample android utils

Usage

Add to your project build.gradle file:

dependencies {
  compile 'com.delahkistraw:android-utils:0.1'
}

This library can :

  • Get Phone IMEI
String imei = GetInformations.getIMEI(getContext());
  • Get Email Acount (gmail)
String email = GetInformations.EmailID(getContext());
  • Get Phone Number
String phoneNumber = GetInformations.getPhoneNumber(getContext());

Also can:

  • Verify Email syntax
 boolean isEmail =new ValidationsForm().isValidEmail("");
  • Verify Phone syntax
boolean isPhone = new ValidationsForm().isValidPhoneNumber("");

For the next version we will add:

  • Cheque connection network
  • Make a Toast
  • Make a Snackbar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages