Skip to content

Android messaging app written in Kotlin. Backend written in Django and can be found here: https://github.com/sbearben/chat-backend

Notifications You must be signed in to change notification settings

sbearben/ChatApp

Repository files navigation

ChatApp

Android realtime messaging app written in Kotlin that features user login/registration and the ability to add friends. Realtime messaging utilizes a WebSocket when app is in the foreground and Firebase Cloud Messaging when in the background.

Built With

Written with Clean Architecture in mind and Single Activity Architecture, as well as MVVM for the presentation layer. Main libraries used were:

  • Tinder/Scarlet: A Retrofit inspired WebSocket client for Kotlin, Java, and Android
  • Firebase Cloud Messaging: A cross-platform messaging solution that lets you reliably deliver messages at no cost
  • Room Persistence Library: An abstraction layer over SQLite to allow for more robust database access
  • Navigation Component: A framework for navigating between 'destinations' within an Android application
  • Retrofit: A type-safe HTTP client for Android and Java
  • RxJava: Reactive Extensions for the JVM
  • Dagger2: A fast dependency injector for Android and Java

Testing libraries include:

  • Mockito: Mocking framework for unit tests in Java
  • Roboelectric: Brings fast and reliable unit tests to Android
  • Espresso: Write concise, beautiful, and reliable Android UI tests.

Features

  • Login/registration
  • Add friends
  • Send and receive realtime messages

Screenshots


License

Copyright (C) 2018 Armon Khosravi

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. 

About

Android messaging app written in Kotlin. Backend written in Django and can be found here: https://github.com/sbearben/chat-backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published