Skip to content

ChatNow is a sample chat Android application 📱 built to demonstrate use of modern Android development tools - (Kotlin, Architecture Components, MVVM, Room, Firebase Realtime, Firebase,Material Components).

License

Notifications You must be signed in to change notification settings

elssiany/ChatNow

Repository files navigation

ChatNow 📲📱

GitHub license

ChatNow is a sample chat Android application 📱 built to demonstrate use of modern Android development tools - (Kotlin, Architecture Components, MVVM, Room, Material Components). Dedicated to all Android Developers with ❤️

You can Install and test latest app 👇

ChatNow App

About

It simply loads API MESSAGE data and stores it in persistence storage (i.e. noSQLite Firebase Database). Messages will always be loaded from the local Firebase database. Remote data (from the Firebase Realtime API) and local data are always synchronized automatically by Firebase Realtime.

  • Clean and Simple Material UI🤩.
  • It supports dark theme too 🌗.

🔨Built With 🛠️

  • Kotlin - First class and official programming language for Android development.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - The ViewModel class is designed to store and manage UI related data in an optimized way for lifecycles.
    • ViewBinding - View linking is a feature that makes it easier to write code that interacts with views.
  • Firebase -...is a mobile platform that helps you quickly develop high-quality apps, grow your user base, and earn more money.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

Database Structure - Firebase Realtime

Architecture

This app uses MVVM (Model View View-Model) architecture.

Contact

If you need any help, you can connect with me.

Visit:- kevinserrano.dev

License

MIT License

Copyright (c) 2020 Kҽʋιɳ Sҽɾɾαɳσ

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages