Skip to content

shubhamgulati11/GalleryLibrary

Repository files navigation

Gallery Library

Open Source Helpers

This library is used to add gallery feature in your app easily and efficiently.

Installation

Add repository url and dependency in application module gradle file:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

dependencies {
      compile 'com.github.shubhamgulati11:GalleryLibrary:v1.0'
}

Usage

Sgallery.S(MainActivity.this,arrayList,3);///Sgallery.S(Context,Arraylist<String>,No. of columns in gridview)

Screenshots

![Watch the sample app](https://github.com/shubhamgulati11/GalleryLibrary/blob/master/Screenshot.gif = 1366x768)

Acknowledgements

  • Glide
  • Stack overflow

Hope this helps you in making your app. Keep developing.

About

A library to add image gallery in your app

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages