All Projects → Devlight → Slideimageview

Devlight / Slideimageview

Licence: apache-2.0
Simple and convenient library that allows you to slide images through a view.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Slideimageview

Jvedio
Windows desktop application to manage local video;Support baidu AI, youdao translation;Support FFMPEG video processing;Support multi-database management and statistics;Support skin switching
Stars: ✭ 545 (+140.09%)
Mutual labels:  library, image
React Zmage
一个基于 React 的可缩放图片控件 | A scalable image wrapper power by react
Stars: ✭ 713 (+214.1%)
Mutual labels:  image, slide
Louvre
A small customizable library useful to handle an gallery image pick action built-in your app. 🌄🌠
Stars: ✭ 629 (+177.09%)
Mutual labels:  library, image
Pytorch Tutorials Examples And Books
PyTorch1.x tutorials, examples and some books I found 【不定期更新】整理的PyTorch 1.x 最新版教程、例子和书籍
Stars: ✭ 346 (+52.42%)
Mutual labels:  library, slide
Silicompressor
A powerful, flexible and easy to use Video and Image compression library for Android.
Stars: ✭ 1,081 (+376.21%)
Mutual labels:  library, image
Ptshowcaseviewcontroller
An initial implementation of a "showcase" view( controller) for iOS apps... Visualizes images, videos and PDF files beautifully! (by @pittleorg) [meta: image, photo, video, document, pdf, album, gallery, showcase, gallery, iOS, iPhone, iPad, component, library, viewer]
Stars: ✭ 395 (+74.01%)
Mutual labels:  library, image
Glightbox
Pure Javascript lightbox with mobile support. It can handle images, videos with autoplay, inline content and iframes
Stars: ✭ 702 (+209.25%)
Mutual labels:  image, slide
Handright
A lightweight Python library for simulating Chinese handwriting
Stars: ✭ 634 (+179.3%)
Mutual labels:  library, image
Imageviewer.swift
An easy to use Image Viewer that is inspired by Facebook
Stars: ✭ 1,071 (+371.81%)
Mutual labels:  library, image
Duo Navigation Drawer
A flexible, easy to use, unique drawer library for your Android project.
Stars: ✭ 986 (+334.36%)
Mutual labels:  library, slide
Kiimagepager
The KIImagePager is inspired by foursquare's ImageSlideshow, the user may scroll through images loaded from the Web
Stars: ✭ 324 (+42.73%)
Mutual labels:  library, image
Media Watermark
GPU/CPU-based iOS Watermark Library for Image and Video Overlay
Stars: ✭ 170 (-25.11%)
Mutual labels:  library, image
Bottomsheet Imagepicker
Modern image picker for Android
Stars: ✭ 267 (+17.62%)
Mutual labels:  library, image
React Native Blurhash
🖼️ A library to show colorful blurry placeholders while your content loads.
Stars: ✭ 430 (+89.43%)
Mutual labels:  library, image
Landscapist
🍂 Jetpack Compose image loading library which can fetch and display network images using Glide, Coil, and Fresco.
Stars: ✭ 264 (+16.3%)
Mutual labels:  library, image
Ambient
Lightweight ambient light javascript library for HTML image and video elements
Stars: ✭ 20 (-91.19%)
Mutual labels:  library, image
Isobmff
C++ Library for ISO/IEC 14496-12 - ISO Base Media File Format (QuickTime, MPEG-4, HEIF, etc)
Stars: ✭ 157 (-30.84%)
Mutual labels:  library, image
Ptimagealbumviewcontroller
"Image Album" — or "Photo Album" if you like that better — View( Controller) for all crazy iOS developers out there...
Stars: ✭ 199 (-12.33%)
Mutual labels:  library, image
Swift Essentials
A set of essential Swift stuff I use in every single iOS app.
Stars: ✭ 223 (-1.76%)
Mutual labels:  library
Android Imagecropview
android image crop library
Stars: ✭ 225 (-0.88%)
Mutual labels:  image

Devlight


SlideImageView

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

Android       Download       License       Codacy

You can check the sample app here.

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.

Or use Gradle jCenter:

dependencies {
    repositories {
        mavenCentral()
        maven {
            url  'http://dl.bintray.com/gigamole/maven/'
        }
    }
    compile 'com.github.gigamole.slideimageview:library:+'
}

Or Gradle Maven Central:

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

Or Maven:

<dependency>
    <groupId>com.github.gigamole.slideimageview</groupId>
    <artifactId>library</artifactId>
    <version>1.1.4</version>
    <type>aar</type>
</dependency>

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:

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:

<devlight.io.library.SlideImageView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:siv_source="@drawable/long_background"
    app:siv_axis="vertical"
    app:siv_rate="2.0"/>

Getting Help

To report a specific problem or feature request, open a new issue on Github.

Author

Created by Basil Miller - @gigamole

Company

Facebook     Twitter     LinkedIn

Here 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].