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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -