https://github.com/birjuvachhani/bottom-dialog-android
https://github.com/birjuvachhani/bottom-dialog-android
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/birjuvachhani/bottom-dialog-android
- Owner: BirjuVachhani
- License: apache-2.0
- Created: 2019-04-22T05:45:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T14:26:45.000Z (over 6 years ago)
- Last Synced: 2025-04-05T15:13:12.765Z (6 months ago)
- Language: Kotlin
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# bottom-dialog-android
[](https://opensource.org/licenses/Apache-2.0)
[](https://kotlinlang.org/)
[](https://www.android.com/)
[](https://android-arsenal.com/api?level=19)## Gradle Dependency
* Add the JitPack repository to your **project's build.gradle** file
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```* Add the dependency in your **app's build.gradle** file
```
dependencies {
implementation 'com.github.BirjuVachhani:bottom-dialog-android:1.0.0-alpha01'
}
```## Usage
See [Wiki](https://github.com/BirjuVachhani/bottom-dialog-android/wiki) on how to get started with **Bottom Dialog**.
### Pull Request
To generate a pull request, please consider following [Pull Request Template](https://github.com/BirjuVachhani/bottom-dialog-android/blob/master/PULL_REQUEST_TEMPLATE.md).### Issues
To submit an issue, please check the [Issue Template](https://github.com/BirjuVachhani/bottom-dialog-android/blob/master/ISSUE_TEMPLATE.md).Code of Conduct
---
[Code of Conduct](https://github.com/BirjuVachhani/bottom-dialog-android/blob/master/CODE_OF_CONDUCT.md)## Contribution
You are most welcome to contribute to this project!
Please have a look at [Contributing Guidelines](https://github.com/BirjuVachhani/bottom-dialog-android/blob/master/CONTRIBUTING.md), before contributing and proposing a change.
## Licence
```
Copyright 2019 BirjuVachhaniLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```