Bindables
𧬠Android DataBinding kit that enables notifying UI layers of data changes without requiring backing properties or relying on reactive programming models like LiveData and StateFlow.
File Explorer
Download Latest Version (.zip)- Bug_report.md
- Feature_request.md
- android.yml
- publish.yml
- CODEOWNERS
- FUNDING.yml
- pull_request_template.md
- RecyclerViewBinding.kt
- ViewBinding.kt
- HomeFragment.kt
- LibraryFragment.kt
- MainPagerAdapter.kt
- RadioFragment.kt
- Poster.kt
- PosterAdapter.kt
- PosterCircleAdapter.kt
- PosterDiffUtil.kt
- PosterLineAdapter.kt
- BindableApp.kt
- MainActivity.kt
- MainViewModel.kt
- MockUtil.kt
- ic_add.xml
- ic_home.xml
- ic_launcher_background.xml
- ic_library.xml
- ic_radio.xml
- ic_launcher_foreground.xml
- activity_main.xml
- fragment_home.xml
- fragment_library.xml
- fragment_radio.xml
- item_poster.xml
- item_poster_circle.xml
- item_poster_line.xml
- toolbar_home.xml
- menus.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- colors.xml
- strings.xml
- styles.xml
- themes.xml
- themes.xml
- AndroidManifest.xml
- .gitignore
- build.gradle.kts
- bindables.api
- BindingActivity.kt
- BindingBottomSheetDialogFragment.kt
- BindingComponentActivity.kt
- BindingDialogFragment.kt
- BindingExtensions.kt
- BindingFragment.kt
- BindingFragmentActivity.kt
- BindingInitProvider.kt
- BindingListAdapter.kt
- BindingManager.kt
- BindingModel.kt
- BindingObservable.kt
- BindingOnly.kt
- BindingProperty.kt
- BindingPropertyDelegate.kt
- BindingRecyclerViewAdapter.kt
- BindingViewModel.kt
- FlowBindingProperty.kt
- AndroidManifest.xml
- .gitignore
- build.gradle.kts
- consumer-rules.pro
- Configuration.kt
- build.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- publish-module.gradle.kts
- .DS_Store
- spotless.license.kt
- .editorconfig
- .gitignore
- build.gradle.kts
- CODE_OF_CONDUCT.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/skydoves/Bindables
Downloads the entire project code from GitHub to your computer.
cd Bindables
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
