Android- The Single Responsibility Principle (SRP) implementation in Retrofit library? -


how should use retrofit library in android project follow srp principles (the single responsibility principle in solid principles)?

edit 1

i find out article introduces solid principles in android applications:

so, link describes, there considerations implementing solid principles in android application.

edit 2: limited question more specific in srp principles.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -