Bottom Dynamic Dialog

Additional

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

Bottom-Dialog

Bottom Dynamic Dialog for Android Projects

Screen Shots

It will be uploaded

Usage

Step 1

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

Step 2

Add dependencies in build.gradle.

    dependencies {
       implementation 'com.github.barisatalay:bottom-dialog:1.0'
    }

Step 3 (Use of library)

   val view = LayoutInflater.from(applicationContext).inflate(R.layout.item_test, null)
   
   BottomDialog(this)
     .setView(view as ViewGroup)
     .setCancelable(true)//if you set 'false', then you can access background views. Try it :)
     .show()

Contact me

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

Email

My Blog

My Linkedin