Giter VIP home page Giter VIP logo

android-modules's Introduction

Android Modules

Android Modules contains simple and common utils class. It contains more common utils like text, toast, alert dialog etc,.

Table of Contents

  1. Prerequisites
  2. Installation
  3. Moduels
    1. Common Utils
    2. Calender Utils
    3. Contacts Utils
    4. Dialog Utils
    5. Keyboard Utils
    6. Log Utils
    7. Text Utils
    8. Toast Utils
    9. Custom UI
    10. Image Utils
    11. Social Network Utils
  4. Authors
  5. License

Prerequisites

minSdkVersion 15

Installation

Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        compile 'com.github.thapovan-inc.android-modules:common-utils:1.0.1'
        compile 'com.github.thapovan-inc.android-modules:custom-ui:1.0.1'
        compile 'com.github.thapovan-inc.android-modules:image-utils:1.0.1'
        compile 'com.github.thapovan-inc.android-modules:social-network:1.0.1'
}

How do I use?

Its realy very simple

ToastUtil.showToast(context, message);
TextUtil.cleanupString(string);
TextUtil.isValidString(string);
DialogUtil.showAlert(context, title, message);
DialogUtil.showAlertAndFinish(context, title, message);
DialogUtil.showYesDialogWithListener(Activity activity,
                                             String title,
                                             String message,
                                             String okBtn,
                                             DialogInterface.OnClickListener listener);

Authors

Thapovan Android Team - Thapovan Info Systems Inc

License

This project is licensed under the MIT License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.