Suraj MaityforSuraj Maitysurajmyt.hashnode.net·Mar 21, 2023Android App using Retrofit and Restful Web ServicesToday, we're going to share the steps to create an app that will connect to web services with Retrofit that manage HTTP request and web service integration. We'll set up local web servers. And we'll consume these web services using an android app. Fe...Discuss·12 likes·57 readsAndroid
Chandrasekar Kuppusamyforchandrudotxyz.hashnode.net·Apr 27, 2017Logging Android OKHttp request and responseYeah! Do you think checking the logs for requests and responses of JSON is easy? It’s like a nightmare to Android Developers unless and until you ping the request and response (JSON) in the Logcat or extend Logging interceptors (Not a bad idea). Trad...DiscussAndroid
Chris AsarhasaforChrisroid's Blogchrisroid.hashnode.net·Jan 1, 2023Use Retrofit to fetch a list from an API and display it in a ViewModel using KotlinFirst, define a data model class that represents the data you want to fetch from the API. For example: data class User( val id: Int, val name: String, val email: String ) Next, define an interface that defines the API endpoint for ...Discuss·43 readsRetrofit
Lewis LovelockforLewis' journey: Technology leaderlewislovelock.hashnode.net·Apr 12, 2023Turning an 5k iMac into a monitorAs technology advances, we often find ourselves upgrading our electronics to keep up with the latest and greatest features. However, this can leave us with a pile of outdated devices that we no longer use or need. In my case, I found myself with an o...Discuss·217 readsApple
Suraj MaityforSuraj Maitysurajmyt.hashnode.net·Mar 21, 2023Android App using Retrofit and Restful Web ServicesToday, we're going to share the steps to create an app that will connect to web services with Retrofit that manage HTTP request and web service integration. We'll set up local web servers. And we'll consume these web services using an android app. Fe...Discuss·12 likes·57 readsAndroid
Chris AsarhasaforChrisroid's Blogchrisroid.hashnode.net·Jan 1, 2023Use Retrofit to fetch a list from an API and display it in a ViewModel using KotlinFirst, define a data model class that represents the data you want to fetch from the API. For example: data class User( val id: Int, val name: String, val email: String ) Next, define an interface that defines the API endpoint for ...Discuss·43 readsRetrofit
Romman SabbirforRomman Sabbir | Officialrommansabbir.hashnode.net·Jul 18, 2022Android : Mock Response with Retrofit & OkHttpIf get to know something new by reading my articles, don't forget to endorse me on LinkedIn What is Mock Server? A mock API server or mock server API imitates a real API server by providing realistic mock API responses to requests. They can be on yo...Discuss·3.1K readsAndroid
Chandrasekar Kuppusamyforchandrudotxyz.hashnode.net·Apr 27, 2017Logging Android OKHttp request and responseYeah! Do you think checking the logs for requests and responses of JSON is easy? It’s like a nightmare to Android Developers unless and until you ping the request and response (JSON) in the Logcat or extend Logging interceptors (Not a bad idea). Trad...DiscussAndroid