https://github.com/cbess/androidnetworkapplication
Sample Android network application with DataBinding
https://github.com/cbess/androidnetworkapplication
Last synced: about 2 months ago
JSON representation
Sample Android network application with DataBinding
- Host: GitHub
- URL: https://github.com/cbess/androidnetworkapplication
- Owner: cbess
- Created: 2014-11-23T04:55:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T22:15:01.000Z (over 10 years ago)
- Last Synced: 2025-01-17T04:45:24.376Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Android Network Application
=========================
Sample Android network application that uses [DataBinding](https://developer.android.com/tools/data-binding/guide.html).
## Network setup
Uses [JSON Generator](http://www.json-generator.com/) for it's remote data source.
Use the [json-gen.txt](json-gen.txt) to generate the data source again, if it fails to load.
### Helpful links
- [DataBinding Guide](https://developer.android.com/tools/data-binding/guide.html)
- [Realm.io with developers from Google](https://realm.io/news/data-binding-android-boyar-mount/) - helped me understand `BindingAdapter` and other advanced stuff.