Hi folks, I need your help Please look an attach s...
# android
m
Hi folks, I need your help Please look an attach screenshot, I'm unable to implement an API in android studio. If you know how to implement , please let me know> Thanks
not kotlin but kotlin colored 2
m
This looks like a standard REST api. You can implement this in android with Retrofit. Let me know if you need more help
s
May be multipart will help on this
c
This is workspace for the Kotlin programming language. Your basic Android question should be asked somewhere else. There are resources in the channel description.
m
@Muhammad Utbah mm, why od you wanna implement an api using android studio? or do you want to create a http client submodule for your android app? 🤔 in your android app, before debugging, check that the internet permission exists in your manifest xml file, and check that the params are sent as same as the screenshot you provided.