grine4ka / footea

Application to stay at the cutting edge of android development
MIT License
0 stars 0 forks source link

Clean architecture #13

Closed grine4ka closed 1 year ago

grine4ka commented 1 year ago

Network library and DB are details of implementation that's why they should be hidden under abstractions. It can be made using Clean Architecture

  1. Read 2 articles about Clean Architecture in general: original and review to original
  2. Read about Clean Architecture in Android
  3. Move network and DB implementation details to a separate module
grine4ka commented 1 year ago