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 -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -