<?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: FURKAN VIJAPURA</title>
    <description>The latest articles on DEV Community by FURKAN VIJAPURA (@furkanvijapura).</description>
    <link>https://dev.to/furkanvijapura</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%2F412213%2F6a6db418-28e1-4fe1-a393-cbc914e5d634.jpeg</url>
      <title>DEV Community: FURKAN VIJAPURA</title>
      <link>https://dev.to/furkanvijapura</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/furkanvijapura"/>
    <language>en</language>
    <item>
      <title>Most useful 10 shortcuts for Flutter in Visual Studio Code:</title>
      <dc:creator>FURKAN VIJAPURA</dc:creator>
      <pubDate>Sun, 09 Apr 2023 08:56:02 +0000</pubDate>
      <link>https://dev.to/furkanvijapura/most-useful-10-shortcuts-for-flutter-in-visual-studio-code-5cjk</link>
      <guid>https://dev.to/furkanvijapura/most-useful-10-shortcuts-for-flutter-in-visual-studio-code-5cjk</guid>
      <description>&lt;ol&gt;
&lt;li&gt;stless- Create a new stateless widget&lt;/li&gt;
&lt;li&gt;Ctrl + .- Quick Fix&lt;/li&gt;
&lt;li&gt;Ctrl + /- Comment out code&lt;/li&gt;
&lt;li&gt;Ctrl + Shift + /- Uncomment code&lt;/li&gt;
&lt;li&gt;Ctrl + Shift + P- Show Command Palette&lt;/li&gt;
&lt;li&gt;Ctrl + Shift + F- Search across files&lt;/li&gt;
&lt;li&gt;Ctrl + Shift + O- Go to symbol&lt;/li&gt;
&lt;li&gt;Ctrl + Shift + I- Format document&lt;/li&gt;
&lt;li&gt;Alt + Up/Down Arrow- Move line up/down&lt;/li&gt;
&lt;li&gt;Alt + Left/Right Arrow- Move cursor left/right&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>flutter</category>
      <category>mobile</category>
      <category>develope</category>
      <category>flutterdevel</category>
    </item>
    <item>
      <title>What is Future of mobile development platforms?</title>
      <dc:creator>FURKAN VIJAPURA</dc:creator>
      <pubDate>Mon, 13 Feb 2023 16:55:34 +0000</pubDate>
      <link>https://dev.to/furkanvijapura/what-is-future-of-mobile-development-platforms-41e9</link>
      <guid>https://dev.to/furkanvijapura/what-is-future-of-mobile-development-platforms-41e9</guid>
      <description>&lt;p&gt;The future of mobile development platforms is constantly evolving, but there are several trends that are likely to continue to shape the industry. Some of the key trends in the future of mobile development include:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cross-platform development&lt;/strong&gt;: With the increasing number of platforms and devices, cross-platform development will become more important. Tools and frameworks that allow developers to build apps for multiple platforms with a single codebase will continue to grow in popularity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Artificial Intelligence and Machine Learning&lt;/strong&gt;: AI and ML are set to play a significant role in the future of mobile development, with more apps incorporating these technologies to provide enhanced user experiences and improve performance.&lt;br&gt;
Progressive Web Apps (PWA): PWAs are web applications that provide a native app-like experience within a web browser. They are designed to work offline and have native-like capabilities. PWAs will continue to gain popularity as they offer a cost-effective solution for businesses to reach their mobile audience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5G networks&lt;/strong&gt;: The widespread availability of 5G networks will change the way mobile apps are developed and used. With faster speeds and lower latency, apps will be able to offer more sophisticated experiences and provide access to more data in real-time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;IoT and Wearables&lt;/strong&gt;: The growth of the Internet of Things (IoT) and the increasing popularity of wearables will create new opportunities for mobile app development. Developers will need to consider the unique challenges and limitations of these devices when designing apps for them.&lt;/p&gt;

&lt;p&gt;These trends and others will continue to shape the future of mobile development, and it’s essential for developers to stay up-to-date with the latest technologies and best practices in order to stay competitive.&lt;/p&gt;

</description>
      <category>git</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Dart and Swift</title>
      <dc:creator>FURKAN VIJAPURA</dc:creator>
      <pubDate>Sat, 04 Feb 2023 12:23:02 +0000</pubDate>
      <link>https://dev.to/furkanvijapura/dart-and-swift-1d3e</link>
      <guid>https://dev.to/furkanvijapura/dart-and-swift-1d3e</guid>
      <description>&lt;p&gt;&lt;strong&gt;Here are some similarities and differences between Dart and Swift:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Syntax&lt;/strong&gt;:&lt;br&gt;
a. Dart has a more familiar syntax, being closer to Java and JavaScript.&lt;br&gt;
b. Swift has a more modern syntax, being designed specifically for iOS development.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Type System&lt;/strong&gt;:&lt;br&gt;
a. Dart has a flexible type system, with optional typing and type inference.&lt;br&gt;
b. Swift has a strong type system, with mandatory typing and no type inference.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Null Safety&lt;/strong&gt;:&lt;br&gt;
a. Dart has built-in null safety support.&lt;br&gt;
b. Swift has null safety support as of version 5.3.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Platform Support&lt;/strong&gt;:&lt;br&gt;
a. Dart can be used for both front-end (Flutter) and back-end development.&lt;br&gt;
b. Swift is primarily used for iOS, macOS, watchOS, and tvOS development.&lt;/p&gt;

</description>
      <category>dart</category>
      <category>swift</category>
      <category>flutter</category>
      <category>ios</category>
    </item>
  </channel>
</rss>
