Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Samehadar/IOSDialog


https://github.com/Samehadar/IOSDialog

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# IOSDialog
The IOSDialog is a library, which allows to use an dialog and spinner elements as in IOS

I 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'
}
```
### Maven

Include 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"