Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to pass addQueryParameter dynamically to API from View/MVPView class? #14

Open
keval-gangani opened this issue Mar 8, 2018 · 0 comments

Comments

@keval-gangani
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant