You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,13 +16,14 @@ The arrival of Jetpack Compose and Compose Multiplatform has replaced the need f
15
16
16
17
### A final word
17
18
No further feature requests or pull requests will be processed, as the library is considered a "finished" product.
18
-
19
19
As last contribution to the community the library has been published to Maven Central Repository.
20
20
21
21
Thank you to have adopted this library in your project.
22
22
23
23
# FlexibleAdapter
24
-
- Last build: [v5.1.0](https://github.com/davideas/FlexibleAdapter/releases/tag/5.1.0) on 2018.09.30 with AndroidX
24
+
- Last version [5.1.0](https://github.com/davideas/FlexibleAdapter/releases/tag/5.1.0)
25
+
- Originally released with AndroidX on September 30, 2018.
26
+
- Republished to Maven Central in March 2026.
25
27
26
28
### One Adapter many Apps
27
29
> :mega: When initially Android:registered: team introduced the RecyclerView widget, we had to implement a custom Adapter in several applications, again and again to provide the items for our views.<br/>
@@ -33,6 +35,40 @@ The idea behind is to regroup multiple features in a unique library, without the
33
35
The FlexibleAdapter helps developers to simplify this process without worrying too much about the Adapter anymore. It's easy to use, it has predefined logic for different situations and prevents common mistakes.<br/>
34
36
This library is configurable and it guides the developers to create a better user experience and now, even more with the new features.
35
37
38
+
# Setup
39
+
The original artifacts were hosted on JCenter. Since its shutdown, the old dependency will result in a `404 Not Found` error.
40
+
As last contribution to the community the library has been published to Maven Central Repository.<br>
41
+
I tried to keep the requirements as low as possible.
42
+
43
+
### Minimum Requirements
44
+
To use this library in your project, ensure your environment meets at least the following requirements:
0 commit comments