Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devlight/slideimageview

Simple and convenient library that allows you to slide images through a view.
https://github.com/devlight/slideimageview

android devlight image library slide ui

Last synced: about 2 hours ago
JSON representation

Simple and convenient library that allows you to slide images through a view.

Awesome Lists containing this project

README

        





Devlight



SlideImageView
==============

Simple and convenient library that allows you to slide images through a view.

[![Android](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wSccEZaclNGN0R5OWc)](https://github.com/DevLight-Mobile-Agency)
     
[![Download](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScRWtyVkJ6bEJkS2c)](https://bintray.com/gigamole/maven/slideimageview/_latestVersion)
     
[![License](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScU0tmeFpGMHVWNWs)](https://github.com/DevLight-Mobile-Agency/SlideImageView/blob/master/LICENSE.txt)
     
[![Codacy](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScSHhmckZyeGJDcXc)](https://www.codacy.com/app/gigamole53/SlideImageView?utm_source=github.com&utm_medium=referral&utm_content=DevLight-Mobile-Agency/SlideImageView&utm_campaign=Badge_Grade)



You can check the sample app [here](https://github.com/DevLight-Mobile-Agency/SlideImageView/tree/master/app).

Warn
====
```
This library is not more supported.
If you want to add new feature or fix a bug, grab source code and do it.
If you think your fix or feature would be useful to other developers,
I can add link of your repository to this README file.
Thank you for using our libraries.
```

Download
========

You can download a `.aar` from GitHub's [releases page](https://github.com/DevLight-Mobile-Agency/SlideImageView/releases).

Or use Gradle jCenter:
```groovy
dependencies {
repositories {
mavenCentral()
maven {
url 'http://dl.bintray.com/gigamole/maven/'
}
}
compile 'com.github.gigamole.slideimageview:library:+'
}
```

Or Gradle Maven Central:

```groovy
compile 'com.github.gigamole.slideimageview:library:1.1.4'
```

Or Maven:

```groovy

com.github.gigamole.slideimageview
library
1.1.4
aar

```

Android SDK Version
===================

`SlideImageView` requires a minimum sdk version of 8.

Sample
======

Parameters

You can set such parameters as:
- source
- axis (`HORIZONTAL` | `VERTICAL`)
- rate

Init

Check out in code init:

```java
final SlideImageView slideImageView = (SlideImageView) findViewById(R.id.img_horizontal_slide);
slideImageView.setSource(R.drawable.wide_background);
slideImageView.setRate(0.3f);
slideImageView.setAxis(SlideImageView.Axis.HORIZONTAL);
```

And XML init:

```xml

```

Getting Help
============

To report a specific problem or feature request, [open a new issue on Github](https://github.com/DevLight-Mobile-Agency/SlideImageView/issues/new).

Author
======

Created by [Basil Miller](https://github.com/GIGAMOLE) - [@gigamole](mailto:[email protected])

Company
=======

[![Facebook](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScaGhGVFNKU0VxMnc)](https://www.facebook.com/devlightagency)     [![Twitter](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wScZ1ExQWh5cHF5cVE)](https://twitter.com/DevLightIO)     [![LinkedIn](https://drive.google.com/uc?export=download&id=0BxPO_UeS7wSccGZINzEycE1nVFE)](https://www.linkedin.com/company/devlight)

[Here](https://github.com/DevLight-Mobile-Agency) you can see open source work developed by Devlight LLC.
This and another works is an exclusive property of Devlight LLC.

If you want to use this library in applications which will be available on Google Play, please report us or author of the library about it.

Whether you're searching for a new partner or trusted team for creating your new great product we are always ready to start work with you.

You can contact us: [email protected] or [email protected].
Thanks in advance.

Devlight LLC, 2016
[devlight.io](http://devlight.io)