Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoesuv/form-live-data-binding
implementing two way data binding with live data
https://github.com/yoesuv/form-live-data-binding
android
Last synced: 5 days ago
JSON representation
implementing two way data binding with live data
- Host: GitHub
- URL: https://github.com/yoesuv/form-live-data-binding
- Owner: yoesuv
- Created: 2021-01-20T23:20:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T08:55:35.000Z (about 1 month ago)
- Last Synced: 2024-11-23T09:19:26.178Z (about 1 month ago)
- Topics: android
- Language: Kotlin
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Android Form Live Data Binding ##
implement binding live data on android to validate input form.
use Data Binding MVVM architecture and Live Data librarydownload apk file [here](https://e.pcloud.link/publink/show?code=XZtoxxZ7ALYVtwWKEL6NPzVTpwd6BhCVuLy)
to run UI Test, execute `./gradlew connectedForTestDebugAndroidTest`
#### Screenshot
| Pure | Valid | Validate Email | Validate Password |
| :---: | :---: | :---: | :---: |
| ![](https://images2.imgbox.com/1a/67/T7KImO9h_o.png) | ![](https://images2.imgbox.com/74/7e/pLVSYDd7_o.png) | ![](https://images2.imgbox.com/8d/08/AKVCgCUm_o.png) | ![](https://images2.imgbox.com/e8/9c/k9bfjTg3_o.png) |#### References ####
- [proandroiddev](https://proandroiddev.com/advanced-data-binding-binding-to-livedata-one-and-two-way-binding-dae1cd68530f)
- [Espresso Setup](https://developer.android.com/training/testing/espresso/setup)