<?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: Ali Qadomy</title>
    <description>The latest articles on DEV Community by Ali Qadomy (@qadomy).</description>
    <link>https://dev.to/qadomy</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%2F254437%2F907cb5ec-1118-48a1-b11e-59e44e6bce60.jpeg</url>
      <title>DEV Community: Ali Qadomy</title>
      <link>https://dev.to/qadomy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/qadomy"/>
    <language>en</language>
    <item>
      <title>TextWatcher to SearchView</title>
      <dc:creator>Ali Qadomy</dc:creator>
      <pubDate>Mon, 06 Jul 2020 11:34:16 +0000</pubDate>
      <link>https://dev.to/qadomy/textwatcher-to-searchview-102c</link>
      <guid>https://dev.to/qadomy/textwatcher-to-searchview-102c</guid>
      <description>&lt;p&gt;Hi guys!&lt;br&gt;
How I can add TextWatcher to SearchView?&lt;/p&gt;

</description>
      <category>android</category>
      <category>kotlin</category>
    </item>
    <item>
      <title>How solve this problem "Invalid appsecret_proof provided in the API argument"</title>
      <dc:creator>Ali Qadomy</dc:creator>
      <pubDate>Thu, 12 Dec 2019 23:35:02 +0000</pubDate>
      <link>https://dev.to/qadomy/how-solve-this-problem-invalid-appsecretproof-provided-in-the-api-argument-4n37</link>
      <guid>https://dev.to/qadomy/how-solve-this-problem-invalid-appsecretproof-provided-in-the-api-argument-4n37</guid>
      <description>&lt;p&gt;after login in app using facebook the access token back and send it with my api so these message display!!&lt;/p&gt;

</description>
      <category>android</category>
    </item>
    <item>
      <title>TabView with ViewPager</title>
      <dc:creator>Ali Qadomy</dc:creator>
      <pubDate>Sun, 27 Oct 2019 20:18:13 +0000</pubDate>
      <link>https://dev.to/qadomy/tabview-with-viewpager-39pn</link>
      <guid>https://dev.to/qadomy/tabview-with-viewpager-39pn</guid>
      <description>&lt;p&gt;I create a tabview with viewpager to display the indicators, so How I can disable the click on these indicators and just click on viewpager &lt;/p&gt;

&lt;p&gt;my code:&lt;/p&gt;

&lt;p&gt;
        android:id="@+id/tabDots"&lt;br&gt;
        android:layout_width="match_parent"&lt;br&gt;
        android:layout_height="wrap_content"&lt;br&gt;
        app:tabBackground="@drawable/tab_selector"&lt;br&gt;
        app:tabGravity="center"&lt;br&gt;
        app:tabIndicatorHeight="0dp" /&amp;gt;&lt;/p&gt;

</description>
      <category>android</category>
    </item>
    <item>
      <title>Open Activity over Activity?</title>
      <dc:creator>Ali Qadomy</dc:creator>
      <pubDate>Fri, 25 Oct 2019 18:34:13 +0000</pubDate>
      <link>https://dev.to/qadomy/question-open-activity-over-activity-4p5l</link>
      <guid>https://dev.to/qadomy/question-open-activity-over-activity-4p5l</guid>
      <description>&lt;p&gt;Any way to open new activity (half activity) over another activity but still the first activity fixed ??&lt;/p&gt;

</description>
      <category>android</category>
    </item>
    <item>
      <title>How to change the background selected icon in BottomNavigationView?</title>
      <dc:creator>Ali Qadomy</dc:creator>
      <pubDate>Thu, 24 Oct 2019 13:51:25 +0000</pubDate>
      <link>https://dev.to/qadomy/how-to-change-the-background-selected-icon-in-bottomnavigationview-555p</link>
      <guid>https://dev.to/qadomy/how-to-change-the-background-selected-icon-in-bottomnavigationview-555p</guid>
      <description>&lt;p&gt;How I can change the background the selected icon just in BottomNavigationView in Android like this in image&lt;/p&gt;

</description>
      <category>android</category>
    </item>
    <item>
      <title>#Help MediaPlayer doesn't run and still give an error</title>
      <dc:creator>Ali Qadomy</dc:creator>
      <pubDate>Tue, 22 Oct 2019 08:43:45 +0000</pubDate>
      <link>https://dev.to/qadomy/mediaplayer-doesn-t-run-and-still-give-an-error-p5a</link>
      <guid>https://dev.to/qadomy/mediaplayer-doesn-t-run-and-still-give-an-error-p5a</guid>
      <description>&lt;p&gt;MediaPlayer issue,&lt;br&gt;
when I run MediaPlayer in andorid there is an error:&lt;/p&gt;

&lt;p&gt;E/ExtMediaPlayer-JNI: env-&amp;gt;IsInstanceOf fails&lt;br&gt;
E/MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0&lt;/p&gt;

&lt;p&gt;the code:&lt;br&gt;
player = MediaPlayer.create(this, R.raw.jalazone);&lt;br&gt;
player.setLooping(false);&lt;br&gt;
player.start();&lt;/p&gt;

&lt;p&gt;any help, please&lt;/p&gt;

</description>
      <category>android</category>
    </item>
    <item>
      <title>Why When run app all GeoFire locations run together? not when reaching every one</title>
      <dc:creator>Ali Qadomy</dc:creator>
      <pubDate>Mon, 21 Oct 2019 08:01:24 +0000</pubDate>
      <link>https://dev.to/qadomy/how-do-i-make-notifications-retrieve-just-when-reaching-the-geofire-3pok</link>
      <guid>https://dev.to/qadomy/how-do-i-make-notifications-retrieve-just-when-reaching-the-geofire-3pok</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;h1&gt;
          &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pTF_nE4a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
            &lt;a href="https://stackoverflow.com/questions/58472313/how-do-i-make-notifications-retrieve-just-when-reaching-the-geofire" rel="noopener noreferrer"&gt;
               How do I make notifications retrieve just when reaching the GeoFire?
            &lt;/a&gt;
        &lt;/h1&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Oct 20 '19&lt;/span&gt;
            &lt;span&gt;Comments: 1&lt;/span&gt;
            &lt;span&gt;Answers: 0&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/58472313/how-do-i-make-notifications-retrieve-just-when-reaching-the-geofire" rel="noopener noreferrer"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5MiFESHx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          0
        &lt;/div&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Rk_a5QFN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/stackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;I'm developing an app that simply displays a list of locations in map, and I create a GeoFire for when I reach the any area send me a notification with music
The problem here when I run the app I receive all locations notifications once at the same time.&lt;/p&gt;

&lt;p&gt;I…&lt;/p&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    
      &lt;a href="https://stackoverflow.com/questions/58472313/how-do-i-make-notifications-retrieve-just-when-reaching-the-geofire" rel="noopener noreferrer"&gt;Open Full Question&lt;/a&gt;
    
  &lt;/div&gt;
&lt;/div&gt;


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