Open rustema opened 6 years ago
Something to add further, it makes a lot of sense to have a Modular app structure where you can extract commonly used functionality in modules
which makes it reusable. Again, not a compulsion but a good practice when needed.
@wahibhaq agreed. Do you know a good example app which implements this structure so we can follow?
@rustema this might be helpful https://github.com/rakawestu/modular-android-example
Android and iOS implementations each deserve their own repository. Quoting @wahibhaq :