Skip to content

FrangSierra/KotlinFirechat

Folders and files

NameName
Last commit message
Last commit date
Aug 3, 2018
Aug 3, 2018
May 21, 2018
May 21, 2018
Jul 3, 2017
Jul 12, 2018
Jul 9, 2018
Jul 3, 2017
Jul 3, 2017
Jul 3, 2017
Jul 3, 2017

Repository files navigation

KotlinFirechat

This project is a basic chat application using Flux Architecture together with Rx Java 2.0 and Dagger2.

Firebase Android Series

The repository works as a sample for Firebase Android Series. A series of articles published on medium that shows how to build an Android application with Kotlin and Firebase from scratch. Each chapter of the series comes together with a branch of this repository:

Flux Architecure

Flux is an Architecture which works pretty well with Firebase(It does aswell with Redux), it allows you to keep all the data in cache in a really easy mode, together with data persistence of Firebase it becomes a really strongh way of develop applications.

alt tag Graph by Luis G. Valle

Further Reading: