android - Why to use Picasso/or some other library over Okhttp? -
i still discovering funcionalities of both, have 1 question on mind.
why use picasso on okhttp?
okhttp supports pretty same thing picasso, picasso simpler use loading , caching images....
is there other important thing miss, , not included in okhttp?
and if use picasso, still need import okhttp or included in picasso?
picasso image downloading , caching library android.
okhttp http & http/2 client android , java applications.
so, libraries have different purposes. picasso focused on image handling. instance, cannot use okhttp resize image...to define crop model apply...etc
you can use picasso okhttp if want.
Comments
Post a Comment