<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mohmmadnikkah</title>
    <description>The latest articles on DEV Community by Mohmmadnikkah (@mohammadnikkhah).</description>
    <link>https://dev.to/mohammadnikkhah</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F214587%2Fb18b1e58-6a26-4c8a-9009-ca7f40281c0e.jpg</url>
      <title>DEV Community: Mohmmadnikkah</title>
      <link>https://dev.to/mohammadnikkhah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohammadnikkhah"/>
    <language>en</language>
    <item>
      <title>java Nameing conventions </title>
      <dc:creator>Mohmmadnikkah</dc:creator>
      <pubDate>Wed, 28 Aug 2019 17:59:47 +0000</pubDate>
      <link>https://dev.to/mohammadnikkhah/java-nameing-conventions-34h6</link>
      <guid>https://dev.to/mohammadnikkhah/java-nameing-conventions-34h6</guid>
      <description>&lt;p&gt;Hello dear friends🙋‍♂️&lt;/p&gt;

&lt;p&gt;In this way, we want to explain the proper naming in Java&lt;/p&gt;

&lt;p&gt;Well let's go😉&lt;/p&gt;

&lt;p&gt;➡️Always try to write packages in lowercase&lt;/p&gt;

&lt;p&gt;for example --&amp;gt; com.sample.net&lt;/p&gt;

&lt;p&gt;➡️For classes, try capitalizing the first letter and continuing the letter in lowercase&lt;/p&gt;

&lt;p&gt;for example --&amp;gt; Restart&lt;/p&gt;

&lt;p&gt;**Use meaningful names in classes&lt;/p&gt;

&lt;p&gt;➡️Write the methods in lowercase and then write in the form of a camel case.&lt;/p&gt;

&lt;p&gt;for example --&amp;gt; setAge&lt;/p&gt;

&lt;p&gt;**Use the verb to name the method.&lt;/p&gt;

&lt;p&gt;➡️Write all fixed variable words in capital letters.&lt;/p&gt;

&lt;p&gt;for example --&amp;gt; MAX_AGE&lt;/p&gt;

&lt;p&gt;Wait for the next posts...😉🤷‍♂️&lt;/p&gt;

&lt;p&gt;tanks🌹&lt;/p&gt;

</description>
      <category>java</category>
    </item>
    <item>
      <title>Which programming language is best?👨‍💻🙋‍♂️</title>
      <dc:creator>Mohmmadnikkah</dc:creator>
      <pubDate>Tue, 20 Aug 2019 12:26:07 +0000</pubDate>
      <link>https://dev.to/mohammadnikkhah/which-programming-language-is-best-e1i</link>
      <guid>https://dev.to/mohammadnikkhah/which-programming-language-is-best-e1i</guid>
      <description>&lt;p&gt;1 : java&lt;/p&gt;

&lt;p&gt;2 : php &lt;/p&gt;

&lt;p&gt;3 : kotlin &lt;/p&gt;

&lt;p&gt;4 : javascript&lt;/p&gt;

&lt;p&gt;Write a comment👇👇👇👇&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Garbage collector in java </title>
      <dc:creator>Mohmmadnikkah</dc:creator>
      <pubDate>Tue, 20 Aug 2019 11:43:10 +0000</pubDate>
      <link>https://dev.to/mohammadnikkhah/garbage-collector-in-java-2fde</link>
      <guid>https://dev.to/mohammadnikkhah/garbage-collector-in-java-2fde</guid>
      <description>&lt;p&gt;Hello friends🙋‍♂️&lt;/p&gt;

&lt;p&gt;When we write code, Garbage Collector's job is to manage memory&lt;br&gt;
And objects we don't use Identifies them And ,free the trash&lt;br&gt;
This process is completely automatic&lt;br&gt;
Waste is collected in a part of memory called heap.&lt;br&gt;
Gc Garbage In the heap it detects objects that we do not need to clear.&lt;/p&gt;

&lt;p&gt;Wait for the next posts🙋‍♂️😉👨‍💻&lt;/p&gt;

&lt;p&gt;Write your own comments👇👇&lt;/p&gt;

</description>
      <category>java</category>
    </item>
    <item>
      <title>add android studio project to Github</title>
      <dc:creator>Mohmmadnikkah</dc:creator>
      <pubDate>Mon, 19 Aug 2019 07:08:55 +0000</pubDate>
      <link>https://dev.to/mohammadnikkhah/add-android-studio-to-github-3hif</link>
      <guid>https://dev.to/mohammadnikkhah/add-android-studio-to-github-3hif</guid>
      <description>&lt;p&gt;Hi🙋‍♂️&lt;br&gt;
1:sign ub to Github &lt;a href="http://www.github.com"&gt;www.github.com&lt;/a&gt;&lt;br&gt;
2:download git&lt;br&gt;
3: open project in android studio &lt;br&gt;
and go to File ...Settings ...Version Control ... Git.&lt;br&gt;
4:click to test button&lt;br&gt;
5:go to File...Settings...vertion contorol...Github and set your email and password github acount and click ok;&lt;br&gt;
6:go to VCS ... Import &lt;br&gt;
to Version Control ... Share Project on GitHub. and set repository name ; click SHARE button.&lt;br&gt;
7:click OK&lt;/p&gt;

&lt;p&gt;8: end🙋‍♂️&lt;/p&gt;

&lt;p&gt;tanks😍&lt;/p&gt;

</description>
      <category>android</category>
    </item>
  </channel>
</rss>
