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
- Host: GitHub
- URL: https://github.com/hbmartin/firebase-chat-android-architecture-components
- Owner: hbmartin
- License: apache-2.0
- Created: 2017-07-21T22:18:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T12:34:43.000Z (about 8 years ago)
- Last Synced: 2025-04-01T06:15:44.802Z (6 months ago)
- Language: Java
- Size: 224 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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