<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>static Archives - Petamind</title>
	<atom:link href="https://petaminds.com/tag/static/feed/" rel="self" type="application/rss+xml" />
	<link>https://petaminds.com/tag/static/</link>
	<description>A.I, Data and Software Engineering</description>
	<lastBuildDate>Tue, 05 Oct 2021 06:08:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://petaminds.com/wp-content/uploads/2019/09/ic_launcher.png</url>
	<title>static Archives - Petamind</title>
	<link>https://petaminds.com/tag/static/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to create Static Members for a Kotlin class</title>
		<link>https://petaminds.com/how-to-create-static-members-for-a-kotlin-class/</link>
					<comments>https://petaminds.com/how-to-create-static-members-for-a-kotlin-class/#respond</comments>
		
		<dc:creator><![CDATA[Tung Nguyen]]></dc:creator>
		<pubDate>Fri, 06 Jul 2018 09:25:13 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[companion object]]></category>
		<category><![CDATA[Kotlin]]></category>
		<category><![CDATA[static]]></category>
		<guid isPermaLink="false">https://petaminds.com/?p=1694</guid>

					<description><![CDATA[<p>Most of the programming language have concepts where classes can have static members. Namely — fields that are only created once per class and can be accessed without an instance of their containing class. Kotlin doesn’t support static keyword. It means that you can’t create a static method and static variable in Kotlin class. Fortunately, [&#8230;]</p>
<p>The post <a href="https://petaminds.com/how-to-create-static-members-for-a-kotlin-class/">How to create Static Members for a Kotlin class</a> appeared first on <a href="https://petaminds.com">Petamind</a>.</p>
]]></description>
		
					<wfw:commentRss>https://petaminds.com/how-to-create-static-members-for-a-kotlin-class/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
