Releases: amirisback/frogo-recycler-view
Releases · amirisback/frogo-recycler-view
Release v3.8.8
About This Project
- Available on Google Dev Library Click Here
- RecyclerView No Adapter (Adapter Has Been Handled)
- RecyclerView No Adapter Using ViewBinding Adapter
- RecyclerView Multi-View-Type (Stable - Multi ViewHolder)
- Using Kotlin DSL build.gradle.kts
- Elegant call using injector()
- Shimmer Effect, Empty View Effect, Nested Recycler View, Progress Recycler View
- Jetpack Compose UI (Beta Experimental) - FrogoRecyclerCompose Click Here
Version Release
This Is Latest Release
$version_release = 3.8.8
What's New??
* Update Build Gradle to 7.0.2 *
* Update Frogo Android UI Kit *
* Enhance Performance *
* FrogoRecyclerCompose - FrogoLazyColumn *
* FrogoRecyclerCompose - FrogoLazyRow *
* FrogoRecyclerCompose - FrogoLazyFixedGrid *
* FrogoRecyclerCompose - FrogoLazyAdaptiveGrid *
* Migrate From Groovy to Kotlin DSL *
Compose Tutorial - FrogoRecyclerCompose Click Here
Download this project
Step 1. Add the JitPack repository to your build file (build.gradle : Project)
<Option 1> Groovy Gradle
// Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
<Option 2> Kotlin DSL Gradle
// Add it in your root build.gradle.kts at the end of repositories:
allprojects {
repositories {
...
maven { url = uri("https://jitpack.io") }
}
}
Release v3.8.7
Version Release
This Is Latest Release
$version_release = 3.8.7
What's New??
* Update Build Gradle to 7.0.2 *
* Update Frogo Android UI Kit *
* Enhance Performance *
* FrogoRecyclerCompose - FrogoLazyColumn *
* FrogoRecyclerCompose - FrogoLazyRow *
* FrogoRecyclerCompose - FrogoLazyGrid *
* Migrate From Groovy to Kotlin DSL *
Compose Tutorial - FrogoRecyclerCompose Click Here
Download this project
Step 1. Add the JitPack repository to your build file (build.gradle : Project)
<Option 1> Groovy Gradle
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
<Option 2> Kotlin DSL Gradle
Add it in your root build.gradle.kts at the end of repositories:
allprojects {
repositories {
...
maven { url = uri("https://jitpack.io") }
}
}
Step 2. Add the dependency (build.gradle : Module)
<Option 1> Groovy Gradle
dependencies {
// library frogo-recycler-view
implementation 'com.github.amirisback:frogo-recycler-view:3.8.7'
}
<Option 2> Kotlin DSL Gradle
dependencies {
// library frogo-recycler-view
implementation("com.github.amirisback:frogo-recycler-view:3.8.7")
}
Release v3.8.6
What's New??
* Update Build Gradle to 7.0.2 *
* Update Frogo Android UI Kit *
* Enhance Performance *
* FrogoRecyclerCompose - FrogoLazyColumn *
* FrogoRecyclerCompose - FrogoLazyRow *
* FrogoRecyclerCompose - FrogoLazyGrid *
Compose Tutorial - FrogoRecyclerCompose Experimental Click Here
Release v3.8.5
* Update Build Gradle to 7.0.1 *
* Update Frogo Android UI Kit *
* Enhance Performance *
Release v3.8.3
* Update Build Gradle to 7.0.0 *
* Enhance Performance *
Release v.3.8.2
* Update Build Gradle to 7.0.0 *
* Enhance Performance *
Release v3.8.1
* Add: Function Builder Binding *
* Add: New Sample Code *
* Renaming FrogoBuilderRvListener to IFrogoBuilderRv *
* Renaming some variable in library *
* Update Tutorial Link *
* Update Build Gradle *
* Enhance Performance *
* Refactoring Code *
Release v3.8.0
* Update Build Gradle *
* Enhance Performance *
* Renaming param view to binding *
* Add: FrogoLayoutManager *
* Add: Function Builder *
* Add: New Sample Code *
* Delete: IFrogoSingleRvBase *
* Refactoring Code *
FrogoRecyclerView Release v3.7.3
* Update Build Gradle *
* Enhance Performance *
* Renaming param view to binding *
FrogoRecyclerView v3.7.2
* Update Build Gradle *
* Enhance Performance *