Skip to content

A simple android library project hosted on Jitpack.io and provides the functionality of Carousel and Image Slider

Notifications You must be signed in to change notification settings

rohitksingh/Flurry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Flurry The Carousel

Simple Android library, which can serve as Image Slider too !

Table of Contents

Gradle dependecy
How to integrate ?
Adding Flurry to Layout
Adding Flurry to Java File
Check the latest version
How to integrate ?
How to integrate ?
Flurry step by step gradle integration for newbies to gradle

compile 'com.github.rohitksingh:Flurry:1.0.2

If you are already familiar with gradle

Just Add the following code in your root build.gradle . If you are new to gradle see below
Step by step integration guide .

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

dependencies { compile 'com.github.User:Repo:Tag' }`

Step by step guide to integrate Flurry dependency in gradle file (For Beginners to Gradle)

1) Go to your root build.gradle

??????Image ??????

2) Add repository link and dependency like this

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

dependencies { compile 'com.github.User:Repo:Tag' }

3) Finally your build.gradle file will look like this

??????? Image

4) Hit the sync Button

And you are done

Adding Flurry to Layout (xml)

<com.rohksin.flurry.Flurry android:id="@+id/flurry" android:layout_width="match_parent" android:layout_height="300dp"/>

## **Check the latest Version**

JitPack.io

About

A simple android library project hosted on Jitpack.io and provides the functionality of Carousel and Image Slider

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages