An open API service indexing awesome lists of open source software.

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

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