Releases: bornfight/AndroidUtils
Releases · bornfight/AndroidUtils
Updated GenericAdapter2
Added viewType argument to createBinding method
Added GenericAdapter2 with ViewBinding support
Merge pull request #6 from bornfight/feat/new_generic_adapter fix: added new generic adapter
Framework update
0.98 fix: update framework versions
RecyclerView Decorators Update
Vertical & Horizontal Offset Item Decorators updated.
Paginated Data getting stuck of refresh fix.
Update 0.96
Updated the following:
- PaginatedData reloading fixes.
- Uncommented image rotation
rotateImageIfRequired
in ImageUtils.
Release
This is the initial release of the Bornfight internal utils pack.
Features:
- PaginatedData for paginated data loading.
- GenericAdapter that extends the basic functionalities of a RecyclerView Adapter. Supports one data type only.
- Other utils for handling TextViews, HTML content, form validations, location utils etc.
Dependencies:
Depends on the latest version of Firebase-Core lib, so make sure to update your app dependecies as well.
Pre-release
0.91 Gradle update
Pre-release
0.9 first commit