简体   繁体   中英

Android studio tools to build client for REST API

in .NET platform nobody build manually client of REST functions, need to set endpoint URL and embedded in Visual Studio tool review endpoint URL with?WSDL suffix (for REST in SOAP/WSDL/DISCO format) or /help (with WebApi format), than tools make automatically code with all methods to communication with all parameters. I'm newbie in Java and Kotlin programming - how to perform similar function in Android Studio? Need something plugin or what?

I don't think there is something like that in android Studio, you should implement this functionality manually, but there is a library called Retrofit that makes it so easy to do it, I reccomend you check it out..

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM