Pedro Lopes

Results 2 issues of Pedro Lopes

Hi. I have an AndroidStudio project with product flavors defined in the gradle file for staging and production environments. Each flavor defines its own applicationId. I have the args defined...

Hi, I'm using Retrofit to make paged requests. I need to be able to get paging attributes contained in meta. The retrofit interface has a call like this: `@GET("appointments?include=service") Call...