<?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: Mohasin-Nawaz091</title>
    <description>The latest articles on DEV Community by Mohasin-Nawaz091 (@mohasinnawaz091).</description>
    <link>https://dev.to/mohasinnawaz091</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%2F2105759%2F25927e00-cbd1-4a8c-b965-f1780b66ab11.jpeg</url>
      <title>DEV Community: Mohasin-Nawaz091</title>
      <link>https://dev.to/mohasinnawaz091</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohasinnawaz091"/>
    <language>en</language>
    <item>
      <title>How to Disable Button in Android Studio</title>
      <dc:creator>Mohasin-Nawaz091</dc:creator>
      <pubDate>Sun, 22 Sep 2024 05:51:57 +0000</pubDate>
      <link>https://dev.to/mohasinnawaz091/how-to-disable-button-in-android-studio-31m3</link>
      <guid>https://dev.to/mohasinnawaz091/how-to-disable-button-in-android-studio-31m3</guid>
      <description>&lt;p&gt;First Way:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;button.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View view) {
                view.setEnabled(false);
            }
        });
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Second Way:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; public void disable(View v){
        v.setEnabled(false);
    }
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;XML Code file:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; &amp;lt;Button
        android:id="@+id/button"
        android:onClick="disable"
        android:layout_margin="8dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="button" /&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>javascript</category>
      <category>react</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Every web developer should know these websites 👇</title>
      <dc:creator>Mohasin-Nawaz091</dc:creator>
      <pubDate>Sun, 22 Sep 2024 05:45:45 +0000</pubDate>
      <link>https://dev.to/mohasinnawaz091/every-web-developer-should-know-these-websites-14i4</link>
      <guid>https://dev.to/mohasinnawaz091/every-web-developer-should-know-these-websites-14i4</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;icones .js .org - tons of icon libraries in one place&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;lapa .ninja - web design inspiration&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;gitexplorer .com - git command explorer&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;tinypng .com - free image compressor&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>Top FrontEnd Development Skills 👇</title>
      <dc:creator>Mohasin-Nawaz091</dc:creator>
      <pubDate>Sun, 22 Sep 2024 05:43:48 +0000</pubDate>
      <link>https://dev.to/mohasinnawaz091/top-frontend-development-skills-52ai</link>
      <guid>https://dev.to/mohasinnawaz091/top-frontend-development-skills-52ai</guid>
      <description>&lt;p&gt;📝 HTML&lt;br&gt;
📝 CSS&lt;br&gt;
📝Javascript &lt;br&gt;
📝 React/Vue/Svetle/Angular &lt;br&gt;
📝 DOM&lt;br&gt;
📝 Git&lt;br&gt;
📝 Json&lt;br&gt;
📝 Ajax&lt;br&gt;
📝 Node.js&lt;br&gt;
📝 MySQL&lt;br&gt;
📝 Testing and Debugging &lt;br&gt;
📝 Security Protocols &lt;br&gt;
📝 Responsive Web Design &lt;br&gt;
📝 Restful APIs&lt;br&gt;
📝 Command Line&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>tutorial</category>
      <category>programming</category>
    </item>
    <item>
      <title>Welcome Onboard!</title>
      <dc:creator>Mohasin-Nawaz091</dc:creator>
      <pubDate>Sat, 21 Sep 2024 11:13:46 +0000</pubDate>
      <link>https://dev.to/mohasinnawaz091/welcome-onboard-2ebd</link>
      <guid>https://dev.to/mohasinnawaz091/welcome-onboard-2ebd</guid>
      <description>&lt;p&gt;Hello World!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
