Can you please explain how to post data using hashmap in retrofit2 ?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
This is what I post
And the HashMap
From Retrofit2 documentation check FieldMap for more details You need to create your interface
and after this is easy to call and use it