RajashekarRaju / compose-actors

:robot: Android app built with jetpack :rocket: compose follows new revamped guide to app architecture. Implemented with State, Coroutines :curly_loop:, ViewModels, Repository pattern, Light/Dark theme :rainbow: MD3, Animations, Draw on canvas, Custom layouts, UI state handling, :cyclone: Image loading with coil, Palette :art: usage and dynamic theming etc.
https://developersbreach.com/compose-android-app-architecture/
Apache License 2.0
269 stars 30 forks source link

Organized project files and packages. Improved repository, data, datasource structure #36

Closed RajashekarRaju closed 2 years ago

RajashekarRaju commented 2 years ago

What's Changes

Basically whatever packages/files everything which were inside package repository is now moved to different data package. Code quality and organized every file and functions visibility correctly for each composables

Before Now Final
Before after Final