<?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: Fati Gurqiti</title>
    <description>The latest articles on DEV Community by Fati Gurqiti (@fatigurqiti).</description>
    <link>https://dev.to/fatigurqiti</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%2F2446483%2Ff189eea9-1912-4d14-aa9e-e48dad42997c.png</url>
      <title>DEV Community: Fati Gurqiti</title>
      <link>https://dev.to/fatigurqiti</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fatigurqiti"/>
    <language>en</language>
    <item>
      <title>Building an Android-to-macOS Notification Sync: Solution for Receiving Android notifications to Mac</title>
      <dc:creator>Fati Gurqiti</dc:creator>
      <pubDate>Sun, 17 Nov 2024 21:53:44 +0000</pubDate>
      <link>https://dev.to/fatigurqiti/building-an-android-to-macos-notification-sync-solution-for-receiving-android-notifications-to-mac-2gmm</link>
      <guid>https://dev.to/fatigurqiti/building-an-android-to-macos-notification-sync-solution-for-receiving-android-notifications-to-mac-2gmm</guid>
      <description>&lt;p&gt;As an Android and macOS user, I was frustrated by missing notifications on my Android phone while working on my Mac. To solve this, I built a pair of native apps that transfer Android notifications to macOS in real-time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Problem&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Juggling between Android and macOS often meant missing important notifications. I needed a way to receive Android notifications directly on my Mac without constantly checking my phone.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Solution: Two Native Apps&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I developed two apps:&lt;br&gt;
• Android App: Captures notifications and sends them to macOS.&lt;br&gt;
• macOS App: Receives and displays these notifications on your Mac.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;• Real-time Sync: Get notifications instantly on your Mac.&lt;br&gt;
• Customizable Filters: Choose which notifications to receive.&lt;br&gt;
• Native: Smooth integration with Android and macOS.&lt;br&gt;
• Easy Setup: Quick and straightforward installation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How It Works&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;On Android: The app listens to notifications on foreground, encrypts the notifications and sends them to the macOS app.&lt;/li&gt;
&lt;li&gt;On macOS: Listens for new coming notifications, decrypts them and shows them as banner or in-app alters.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Why You Should Try It&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you’re using both Android and macOS, this app ensures you never miss an important notification, helping you stay productive without constantly checking your phone.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Next Steps&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I’m constantly improving the app and would love to hear your feedback. If you’re interested, you can try it out here: &lt;a href="https://fatigurqiti.dev/pages/projects/motification.html" rel="noopener noreferrer"&gt;https://fatigurqiti.dev/pages/projects/motification.html&lt;/a&gt;&lt;/p&gt;

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