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

https://github.com/hbmartin/firebase-chat-android-architecture-components

Chat app for Android based on GoogleFirebase
https://github.com/hbmartin/firebase-chat-android-architecture-components

Last synced: 5 months ago
JSON representation

Chat app for Android based on GoogleFirebase

Awesome Lists containing this project

README

          

This app uses Android Architecture Components with Dagger 2.

You can open the project in Android Studio 3 and press run.

## Libraries
* [Android Support Library][support-lib]
* [Android Architecture Components][arch]
* [Android Data Binding][data-binding]
* [Dagger 2][dagger2] for dependency injection
* [Firebase][realtime] for data and auth
* [Glide][glide] for image loading
* [Timber][timber] for logging
* [ChatKit][chatkit] for UI

[support-lib]: https://developer.android.com/topic/libraries/support-library/index.html
[arch]: https://developer.android.com/arch
[data-binding]: https://developer.android.com/topic/libraries/data-binding/index.html
[dagger2]: https://google.github.io/dagger
[realtime]: https://firebase.google.com/
[glide]: https://github.com/bumptech/glide
[timber]: https://github.com/JakeWharton/timber
[chatkit]: https://github.com/stfalcon-studio/ChatKit