<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Retrofit With Kotlin- The Ultimate Guide	</title>
	<atom:link href="https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/</link>
	<description>Kotlin &#38; Backend Tutorials - Learn Through Practice.</description>
	<lastBuildDate>Wed, 16 Apr 2025 04:50:21 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Piotr		</title>
		<link>https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-56</link>

		<dc:creator><![CDATA[Piotr]]></dc:creator>
		<pubDate>Thu, 29 Dec 2022 07:05:03 +0000</pubDate>
		<guid isPermaLink="false">https://codersee.com/?p=2002671#comment-56</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-55&quot;&gt;Satyam&lt;/a&gt;.

Hi Satyam! 

I&#039;ve just tried to connect and made a few changes and the query succeeded. Please check this branch: https://github.com/codersee-blog/kotlin-retrofit-2/tree/coindesk

Please check out this branch and double check that this is still failing. 

If the error persists, then it seems that your local machine might be responsible for that (the server itself seems to have a correct certs). There are plenty of possible reasons (for example, invalid JDK/JRE installation etc.) and I&#039;d recommend this Atlassian article, which can help you debug/fix the issue: 
https://confluence.atlassian.com/kb/unable-to-connect-to-ssl-services-due-to-pkix-path-building-failed-error-779355358.html

Let me know if this helped :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-55">Satyam</a>.</p>
<p>Hi Satyam! </p>
<p>I&#8217;ve just tried to connect and made a few changes and the query succeeded. Please check this branch: <a href="https://github.com/codersee-blog/kotlin-retrofit-2/tree/coindesk" rel="nofollow ugc">https://github.com/codersee-blog/kotlin-retrofit-2/tree/coindesk</a></p>
<p>Please check out this branch and double check that this is still failing. </p>
<p>If the error persists, then it seems that your local machine might be responsible for that (the server itself seems to have a correct certs). There are plenty of possible reasons (for example, invalid JDK/JRE installation etc.) and I&#8217;d recommend this Atlassian article, which can help you debug/fix the issue:<br />
<a href="https://confluence.atlassian.com/kb/unable-to-connect-to-ssl-services-due-to-pkix-path-building-failed-error-779355358.html" rel="nofollow ugc">https://confluence.atlassian.com/kb/unable-to-connect-to-ssl-services-due-to-pkix-path-building-failed-error-779355358.html</a></p>
<p>Let me know if this helped 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Satyam		</title>
		<link>https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-55</link>

		<dc:creator><![CDATA[Satyam]]></dc:creator>
		<pubDate>Wed, 28 Dec 2022 07:42:20 +0000</pubDate>
		<guid isPermaLink="false">https://codersee.com/?p=2002671#comment-55</guid>

					<description><![CDATA[I am learning Kotlin and so tried to call an openly available https://api.coindesk.com/v1/bpi/currentprice.json
I&#039;m facing challenge with below error: 
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target]]></description>
			<content:encoded><![CDATA[<p>I am learning Kotlin and so tried to call an openly available <a href="https://api.coindesk.com/v1/bpi/currentprice.json" rel="nofollow ugc">https://api.coindesk.com/v1/bpi/currentprice.json</a><br />
I&#8217;m facing challenge with below error:<br />
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Piotr		</title>
		<link>https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-54</link>

		<dc:creator><![CDATA[Piotr]]></dc:creator>
		<pubDate>Thu, 13 Oct 2022 15:18:14 +0000</pubDate>
		<guid isPermaLink="false">https://codersee.com/?p=2002671#comment-54</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-52&quot;&gt;Uduak&lt;/a&gt;.

Hello once again! :D 

Just writting to let you know that the article about coroutines is written and scheduled to be released on Nov 8, 2022.

To not miss the update, you can always join my newsletter: https://codersee.com/newsletter/ 

Have a great day!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-52">Uduak</a>.</p>
<p>Hello once again! 😀 </p>
<p>Just writting to let you know that the article about coroutines is written and scheduled to be released on Nov 8, 2022.</p>
<p>To not miss the update, you can always join my newsletter: <a href="https://codersee.com/newsletter/" rel="nofollow ugc">https://codersee.com/newsletter/</a> </p>
<p>Have a great day!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Piotr		</title>
		<link>https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-53</link>

		<dc:creator><![CDATA[Piotr]]></dc:creator>
		<pubDate>Mon, 10 Oct 2022 05:13:47 +0000</pubDate>
		<guid isPermaLink="false">https://codersee.com/?p=2002671#comment-53</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-52&quot;&gt;Uduak&lt;/a&gt;.

Hi Uduak! 😀
Thank you for your feedback and I am happy that this article give you some overview of the Retrofit.

Coroutines sound like a great continuation on this topic- added to TODO list 😉]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-52">Uduak</a>.</p>
<p>Hi Uduak! 😀<br />
Thank you for your feedback and I am happy that this article give you some overview of the Retrofit.</p>
<p>Coroutines sound like a great continuation on this topic- added to TODO list 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Uduak		</title>
		<link>https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-52</link>

		<dc:creator><![CDATA[Uduak]]></dc:creator>
		<pubDate>Sun, 09 Oct 2022 08:37:24 +0000</pubDate>
		<guid isPermaLink="false">https://codersee.com/?p=2002671#comment-52</guid>

					<description><![CDATA[hello Piotr,  I read you blog on retrofit and it helped me with  understanding  retrofit. I would  like to learn how to work with Retrofit and Kotlin coroutines, as it would make me more proficient in Native android development. Thanks for The Good job you do, hoping to get a positive response.]]></description>
			<content:encoded><![CDATA[<p>hello Piotr,  I read you blog on retrofit and it helped me with  understanding  retrofit. I would  like to learn how to work with Retrofit and Kotlin coroutines, as it would make me more proficient in Native android development. Thanks for The Good job you do, hoping to get a positive response.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Piotr		</title>
		<link>https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-51</link>

		<dc:creator><![CDATA[Piotr]]></dc:creator>
		<pubDate>Sat, 16 Apr 2022 17:18:06 +0000</pubDate>
		<guid isPermaLink="false">https://codersee.com/?p=2002671#comment-51</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-50&quot;&gt;Eyehail&lt;/a&gt;.

Hello! Glad to hear that. 
Hmmm, not sure what exactly do you mean by local server. If you would like to see how to create REST API with Kotlin, then please check out Ktor category: https://blog.codersee.com/
Also, a Mockoon is pretty good tool to mock API, so probably will create some video about it in the future :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-50">Eyehail</a>.</p>
<p>Hello! Glad to hear that.<br />
Hmmm, not sure what exactly do you mean by local server. If you would like to see how to create REST API with Kotlin, then please check out Ktor category: <a href="https://blog.codersee.com/" rel="ugc">https://blog.codersee.com/</a><br />
Also, a Mockoon is pretty good tool to mock API, so probably will create some video about it in the future 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eyehail		</title>
		<link>https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-50</link>

		<dc:creator><![CDATA[Eyehail]]></dc:creator>
		<pubDate>Sat, 16 Apr 2022 15:03:28 +0000</pubDate>
		<guid isPermaLink="false">https://codersee.com/?p=2002671#comment-50</guid>

					<description><![CDATA[Nice article! Thank you!
Could you please add a tutorial to how to fire up local server for testing retrofit topic?
Best regards,
I appreciate]]></description>
			<content:encoded><![CDATA[<p>Nice article! Thank you!<br />
Could you please add a tutorial to how to fire up local server for testing retrofit topic?<br />
Best regards,<br />
I appreciate</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Piotr		</title>
		<link>https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-49</link>

		<dc:creator><![CDATA[Piotr]]></dc:creator>
		<pubDate>Wed, 30 Mar 2022 04:32:38 +0000</pubDate>
		<guid isPermaLink="false">https://codersee.com/?p=2002671#comment-49</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-48&quot;&gt;Shivakanth&lt;/a&gt;.

Thank You Shivakanth. I am really glad to hear that!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-48">Shivakanth</a>.</p>
<p>Thank You Shivakanth. I am really glad to hear that!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shivakanth		</title>
		<link>https://blog.codersee.com/retrofit-with-kotlin-the-ultimate-guide/#comment-48</link>

		<dc:creator><![CDATA[Shivakanth]]></dc:creator>
		<pubDate>Tue, 29 Mar 2022 18:32:04 +0000</pubDate>
		<guid isPermaLink="false">https://codersee.com/?p=2002671#comment-48</guid>

					<description><![CDATA[Clean and well written , thanks for shareing continue doing]]></description>
			<content:encoded><![CDATA[<p>Clean and well written , thanks for shareing continue doing</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: blog.codersee.com @ 2026-04-25 20:23:38 by W3 Total Cache
-->