Skip to content

sunil-singh-chaudhary/Cat-Loading-Dialog

Repository files navigation

how to Implement

add the below line build.gradle

implementation 'com.github.sunil-singh-chaudhary:Cat-Loading-Dialog:924bc4013b'

  repositories {
      google()
      jcenter()
      maven { url 'https://jitpack.io' }
  }




show_btn.setOnClickListener( new View.OnClickListener() {
        @Override
        public void onClick(View view) {
            cat_dialog = new CatLoadingView();
            cat_dialog.show( getSupportFragmentManager(), "1" );
        }
    } );
    
    
    
    
    dismiss_btn.setOnClickListener( new View.OnClickListener() {
        @Override
        public void onClick(View view) {
            cat_dialog.dismiss();
        }
    } );

ezgif com-video-to-gif

About

Smart Loading Dialog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages