https://github.com/voghdev/devfesttalks
Sample App to work during the #DevFestGRX2016
https://github.com/voghdev/devfesttalks
Last synced: 4 months ago
JSON representation
Sample App to work during the #DevFestGRX2016
- Host: GitHub
- URL: https://github.com/voghdev/devfesttalks
- Owner: voghDev
- License: apache-2.0
- Created: 2016-11-17T16:29:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T05:50:11.000Z (over 6 years ago)
- Last Synced: 2025-04-05T10:28:34.087Z (9 months ago)
- Language: Java
- Size: 220 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevFestTalks
Sample App to work during the #DevFestGRX2016
This implementation of a sample CLEAN architecture was implemented from scratch, during a two-hour workshop at the [GDG DevFest Granada 2016][1].
Branches
--------
* [live][4]: What we exactly did there, live at the workshop
* [development][5]: The last changes added on latter revisions
* [rxjava2][6]: Sample configuration to make the app work with RxJava2 - by [@jrgonzalezg][3]
Contributors
------------
* Olmo Gallegos Hernández - [@voghDev][2]
* Juan Ramón González González - [@jrgonzalezg][3]
[1]: https://devfest-grx.firebaseapp.com/
[2]: https://github.com/voghDev
[3]: https://github.com/jrgonzalezg
[4]: https://github.com/voghDev/DevFestTalks/tree/live
[5]: https://github.com/voghDev/DevFestTalks/tree/development
[6]: https://github.com/voghDev/DevFestTalks/tree/add_rxjava2