Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Samehadar/IOSDialog
https://github.com/Samehadar/IOSDialog
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Samehadar/IOSDialog
- Owner: Samehadar
- License: mit
- Created: 2017-04-22T12:11:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T20:04:51.000Z (over 6 years ago)
- Last Synced: 2024-08-03T10:21:04.105Z (3 months ago)
- Language: Java
- Size: 1.07 MB
- Stars: 12
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mobile-collections - Type 1
README
# IOSDialog
The IOSDialog is a library, which allows to use an dialog and spinner elements as in IOSI decided to do this because, it was necessary to me in one project. And then I decided to share with community.
Now the library has all necessary functions for implementation in your project. I will be engaged in its development further, but the main API will not change. And also you can contribute new idea to me.
## Adding IOSDialog to your project
### Gradle
Include this in your module ```build.gradle```
```
dependencies {
compile 'com.gmail.samehadar:iosdialog:1.0'
}
```
### MavenInclude this in your ```pom file```
```com.gmail.samehadar
iosdialog
1.0
pom```
### Style example 1:![alt text][gif1]
### Style example 2:
![][gif2]
### Style example 3:
![][gif3]
### Only CamomileSpinner example:
![][gif4]
Code of examples you can find in "app" folder.
[gif1]: https://github.com/Samehadar/IOSDialog/blob/master/gif1.gif "gif1"
[gif2]: https://github.com/Samehadar/IOSDialog/blob/master/gif2.gif "gif2"
[gif3]: https://github.com/Samehadar/IOSDialog/blob/master/gif3.gif "gif3"
[gif4]: https://github.com/Samehadar/IOSDialog/blob/master/gif4.gif "gif4"