Giter VIP home page Giter VIP logo

informme's Introduction

Inform Me

This Libary helps you show common Dialog's & Snackbar's According to your needs. Ready to use in Any Project

This Libary is under constant Updates.

Release Notes

  • 1.0 Intial Release of the Project / Libary
  • 1.1 Added the option to make Interactive dialog boxes, with click listener in the parent activity.

Features

  • Make Custom Dialogs of three Types : Success , Error, Warning with the Custom Messages.
  • Make Custom SnackBars of Three Types : Success, Error, Warning with Custom Message of Error And Warning Snackbar showed in the dialog box upon the click of the button
  • More adding soon , Suggestions are welcomed !

Screenshots of the Libary

Dialogs Preview Snackbar Preview

Installation

Add The jitpack repository inside the settings.fradle file of your project.
dependencyResolutionManagement {
            repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
            repositories {
                google()
                mavenCentral()
                jcenter() // Warning: this repository is going to shut down soon
                maven { url "https://jitpack.io" }
            }
}

Add the dependency inside the android project
implementation 'com.github.RedEyesNCode:InformMe:Tag'

Usage

For showing the SuccessDialog redEyesNCode.initiateSuccessDialog(MainActivity.this,"Success !","This is a success dialog",false,false); For showing the ErrorDialog redEyesNCode.intiateErrorDialog(MainActivity.this,"Error !","This is a sample error Message !",true,true); For showing the Warning redEyesNCode.intiateWarningDialog(MainActivity.this,"Warning !","This is sample warning message !",true,true);

The Same Goes for the snackbars see the MainActivity.java code & you will get there ;)

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.