- Display stories just like whatapp.
Add the following to your module-level build.gradle
file:
dependencies {
implementation 'com.github.arpitbandil:StoryViewer:1.0.1'
}
Make sure you have JitPack repository added in your build.gradle:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
<dependency>
<groupId>com.github.arpitbandil</groupId>
<artifactId>StoryViewer</artifactId>
<version>1.0.0</version>
</dependency>
This library is licensed under the MIT License - see the LICENSE file for details. This README provides a concise yet comprehensive guide for users to understand, install, and use your library effectively.