Skip to content

Simple android client that uses Firebase backend, created to demonstrate usage of Modern Android development tools - (Kotlin, Coroutines, Koin, Architecture Components, MVVM, Firebase firestore, Firebase storage, Material Components)

License

Notifications You must be signed in to change notification settings

karic-kenan/Fireshare

Repository files navigation

Fireshare

cover

Project setup:

  1. Clone the repo
  2. Connect it to your firebase project
  3. Make sure to use firestore as storage; enable storage; enable email and password authentication
  4. Run the project

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more..
  • 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 - Stores UI-related data that isn't destroyed on UI changes.
    • ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
  • Dependency Injection -
    • Koin - A pragmatic lightweight dependency injection framework for Kotlin developers.
  • Firebase - Backend provided by Google.
  • Coil-kt - An image loading library for Android backed by Kotlin Coroutines.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

Architecture

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

Contribute

If you want to contribute to this project, you're always welcome!

Contact

If you need any help, feel free to contact me: kenan.karic@outlook.com.

License

License

Preview:

info

About

Simple android client that uses Firebase backend, created to demonstrate usage of Modern Android development tools - (Kotlin, Coroutines, Koin, Architecture Components, MVVM, Firebase firestore, Firebase storage, Material Components)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages