https://github.com/whosnickdoglio/lceepoxydemo
Small Epoxy demo with RxJava
https://github.com/whosnickdoglio/lceepoxydemo
android epoxy gradle-kotlin-dsl rxjava2
Last synced: 2 months ago
JSON representation
Small Epoxy demo with RxJava
- Host: GitHub
- URL: https://github.com/whosnickdoglio/lceepoxydemo
- Owner: WhosNickDoglio
- License: mit
- Created: 2018-10-04T21:53:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T16:39:37.000Z (about 7 years ago)
- Last Synced: 2025-10-09T09:43:45.182Z (8 months ago)
- Topics: android, epoxy, gradle-kotlin-dsl, rxjava2
- Language: Kotlin
- Homepage:
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LCE Epoxy Demo
Small playground for [Epoxy](https://github.com/airbnb/epoxy) with [RxJava](https://github.com/ReactiveX/RxJava) using a LCE (Loading / Content / Error) sealed class to model state.
- Project also uses Kotlin DSL for all gradle files.
# Inspiration
- [LCE: Modeling Data Loading in RxJava by Laimonas Turauskas at Insta Cart](https://tech.instacart.com/lce-modeling-data-loading-in-rxjava-b798ac98d80)
- [Engineering Smart && Building Dumb: Building an Android Thin-Client at OkCupid by Brandon John-Freso at OkCupid](https://tech.okcupid.com/engineering-an-android-thin-client/)
# License
MIT License
Copyright (c) 2018 Nicholas Doglio
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.