Simple Dialog

Additional

Language
Kotlin
Version
1.0 (Mar 29, 2019)
Created
Mar 29, 2019
Updated
Jul 26, 2019 (Retired)
Owner
Barış ATALAY (barisatalay)
Contributor
Barış ATALAY (barisatalay)
1
Activity
Badge
Generate
Download
Source code

Advertisement

Simple-Dialog

Simple Message Dialog for Android Projects

Whos uses this library?

Paximum

Sejour Mobile

Tarım Simsari

TourVisio 2 Mobile

Anime Takip

Zoometri

TourVisio B2B

Screen Shots

Usage

Step 1

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

Step 2

Add dependencies in build.gradle.

    dependencies {
       implementation 'com.github.barisatalay:Simple-Dialog:1.0'
    }

Step 3 (Use of library)

   val style = mdlStyle(
     titleColor = R.color.colorPrimary,
     messageColor = R.color.colorTextSoft,
     buttonColor = R.color.colorPrimary)

   SimpleDialog(this)
     .style(style)
     .show("Title","Description","Done")

Contact me

If you have a better idea or way on this project, please let me know, thanks :)

Email

My Blog

My Linkedin