Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.36 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.36 KB

Compose-Firebase

platform platform platform Kotlin compileSdkVersion buildToolsVersion minSdkVersion

Project Structure

  • base: Base class for View, ViewModel and UseCase instances.
  • data: It contains all the data accessing and manipulating components.
  • di: The directory will contain the classes responsible for dependency injection.
  • domain: The directory contains all rules.
  • navigation: Navigation component classes
  • presentation: View classes.
  • ui: Component classes.
  • util: Utility classes.

Libraries

Contributing to Project

All contributions are welcome! Please fork this repository and contribute back using pull requests.

Don't forget to star ⭐ the repo it motivates me to share more open source