Simple Android library, which can serve as Image Slider too !
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
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' }`
??????Image ??????
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
dependencies { compile 'com.github.User:Repo:Tag' }
??????? Image
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"/>