Skip to content Skip to sidebar Skip to footer
Showing posts with the label Http Headers

Android (java) - Post (with Headers) With Retrofit 2.1.0

I need to integrate a RESTful API called SMMRY into my Android App. This API does automatic text su… Read more Android (java) - Post (with Headers) With Retrofit 2.1.0

Caching In Picasso

After reading several documentations, i want to clear some points Reference: this For Picasso to c… Read more Caching In Picasso

How To Set Request Header For Sending Data From Android Apps To Our Server

How to set http header to sending json object from our android apps what type of header we want to … Read more How To Set Request Header For Sending Data From Android Apps To Our Server

How To Define A Header To All Request Using Retrofit?

I'm looking for a solution to define a unique Header to use in all requests. Today I use @Heade… Read more How To Define A Header To All Request Using Retrofit?