Hello community, which architecture is best for je...
# compose
s
Hello community, which architecture is best for jetpack compose android?
a
@Siva it really depends mostly on: • Size of the project • Size of a team • etc etc You can find situation where a basic MVI works perfectly fine.
s
This is a very generic question and you will get hundreds of different answers and opinions. If unsure maybe have a look at the different Compose example apps by Google and see which architecture best fits your needs.
s
Thank you