⚡ A powerful & easy to use rating and feedback library for Android ⚡
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.HaiderQadir:RatingDialog:Tag'
}
👉 Replace Tag
with the latest released version.
var fragmentManager = supportFragmentManager
var ratingDialog:RatingDialog = RatingDialog(RatingModel("Title", "Detail", "Comments","Submit", true, 3))
ratingDialog.show(fragmentManager, " ")
Call this above Snippet in your onCreate()
method of Main Activity.
Title
for Feedback Dialog Box as a StringDetails
for Feedback Dialog Box as a StringComments
for Feedback Dialog Box as a StringSubmit
Button Text for Feedback Dialog Box as a StringisCancelable
Property for Dialog Box as a Boolean- Rating
Threshold
for Feedback Dialog Box as an Integer
- View Pager: Simple and Easy Implementation of View Pager.
- Indicator: Indicator for View Pager ensures the track of View Pager status.
- Custom Rounded View Pager UI: Custom design for View Pager items.
- Secure: Your data, your control. Always.
- Compatible: Android 24 or upper.
- Open Source: Freedom is beautiful, so is AndroidViewPager. Open source and free to use.
Copyright 2023 Haider Qadir