You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new in Android and started to learn Kotlin directly but knows OOPs concept very well. I love your MVP architecture, you managed all code very well. I was started one fresh android application and using your MVP structure but I don't know how to pass query string parameter using your code.
Hi,
I'm new in Android and started to learn Kotlin directly but knows OOPs concept very well. I love your MVP architecture, you managed all code very well. I was started one fresh android application and using your MVP structure but I don't know how to pass query string parameter using your code.
One of my API looks like this:
http://www.example.com/Product/GetProducts?searchBy={searchBy}&categoryIds={categoryIds}
I need to pass {searchBy} and {categoryIds} tokens from View class.
Can you please let me know how to do that? It would be very helpful.
Thanks,
K
The text was updated successfully, but these errors were encountered: