<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="https://publishpress.com/"
	>

<channel>
	<title>DuskoSavic.com</title>
	<atom:link href="http://duskosavic.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://duskosavic.com/blog/</link>
	<description>Rapid Mobile Apps Development With Flutter</description>
	<lastBuildDate>Thu, 18 Nov 2021 09:12:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://duskosavic.com/blog/wp-content/uploads/2021/11/cropped-duskosavic_icon-32x32.png</url>
	<title>DuskoSavic.com</title>
	<link>https://duskosavic.com/blog/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Structure Flutter App When Using BLoC Pattern</title>
		<link>https://duskosavic.com/blog/flutter/how-to-structure-flutter-app-when-using-bloc-pattern/</link>
					<comments>https://duskosavic.com/blog/flutter/how-to-structure-flutter-app-when-using-bloc-pattern/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Thu, 18 Nov 2021 09:10:33 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[felix angelov]]></category>
		<category><![CDATA[dusko savic]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[flutter development]]></category>
		<category><![CDATA[Flutter app]]></category>
		<category><![CDATA[mobile apps]]></category>
		<category><![CDATA[BLoC]]></category>
		<category><![CDATA[bloc pattern]]></category>
		<guid isPermaLink="false">https://duskosavic.com/blog/?p=5009</guid>

					<description><![CDATA[<p>When using BLoC as the state management technique for your Flutter app, your best bet is to open a folder called packages and put all of the code for all of your BLoCs into it. BLoC in Packages Folder I&#8217;ve &#8230; <a href="https://duskosavic.com/blog/flutter/how-to-structure-flutter-app-when-using-bloc-pattern/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/flutter/how-to-structure-flutter-app-when-using-bloc-pattern/">How To Structure Flutter App When Using BLoC Pattern</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/flutter/how-to-structure-flutter-app-when-using-bloc-pattern/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Developing Flutter Apps with BLoC Pattern]]></series:name>
	</item>
		<item>
		<title>From Endpoint in Postman to Flutter Screen and App</title>
		<link>https://duskosavic.com/blog/dart/from-endpoint-in-postman-to-flutter-screen-and-app/</link>
					<comments>https://duskosavic.com/blog/dart/from-endpoint-in-postman-to-flutter-screen-and-app/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Tue, 16 Nov 2021 06:45:28 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[Dart]]></category>
		<guid isPermaLink="false">https://duskosavic.com/blog/?p=5016</guid>

					<description><![CDATA[<p>When developing APIs, the usual procedure is to test them with Postman, from the comfort of your own desktop. Once you have everything nailed on the server and you are content with the results in Postman, here is what you &#8230; <a href="https://duskosavic.com/blog/dart/from-endpoint-in-postman-to-flutter-screen-and-app/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/dart/from-endpoint-in-postman-to-flutter-screen-and-app/">From Endpoint in Postman to Flutter Screen and App</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/dart/from-endpoint-in-postman-to-flutter-screen-and-app/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Convert Objective C App To Flutter</title>
		<link>https://duskosavic.com/blog/objective-c/how-to-convert-objective-c-app-to-flutter/</link>
					<comments>https://duskosavic.com/blog/objective-c/how-to-convert-objective-c-app-to-flutter/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Tue, 16 Nov 2021 06:06:04 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[Dart]]></category>
		<category><![CDATA[Objective C]]></category>
		<guid isPermaLink="false">https://duskosavic.com/blog/?p=5012</guid>

					<description><![CDATA[<p>Here is what I generally do when converting Objective C apps to Flutter: 1) Compile the current code you have with Xcode 13.1 (the latest version I am now using) That will give me an insight into what the app &#8230; <a href="https://duskosavic.com/blog/objective-c/how-to-convert-objective-c-app-to-flutter/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/objective-c/how-to-convert-objective-c-app-to-flutter/">How To Convert Objective C App To Flutter</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/objective-c/how-to-convert-objective-c-app-to-flutter/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Flutter BLoC Example and Data Connection Checker Plugin</title>
		<link>https://duskosavic.com/blog/flutter/flutter-bloc-example-and-data-connection-checker-plugin/</link>
					<comments>https://duskosavic.com/blog/flutter/flutter-bloc-example-and-data-connection-checker-plugin/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sun, 07 Nov 2021 18:55:25 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[duskosavic.com]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[mobile apps]]></category>
		<category><![CDATA[BLoC]]></category>
		<category><![CDATA[DataConnectionChecker]]></category>
		<category><![CDATA[connectivity]]></category>
		<category><![CDATA[survery]]></category>
		<category><![CDATA[fishing tournement]]></category>
		<guid isPermaLink="false">https://duskosavic.com/blog/?p=4902</guid>

					<description><![CDATA[<p>Flutter BLoC Example for Checking Data Connectivity Checking whether there is Internet connection at any given time is a hallmark of a professionally crafted Flutter app. Here is a Flutter BLoC example using a well known DataConnectionChecker plugin. In What &#8230; <a href="https://duskosavic.com/blog/flutter/flutter-bloc-example-and-data-connection-checker-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/flutter/flutter-bloc-example-and-data-connection-checker-plugin/">Flutter BLoC Example and Data Connection Checker Plugin</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/flutter/flutter-bloc-example-and-data-connection-checker-plugin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Developing Flutter Apps with BLoC Pattern]]></series:name>
	</item>
		<item>
		<title>Flutter All the Way!</title>
		<link>https://duskosavic.com/blog/programming/flutter-all-the-way/</link>
					<comments>https://duskosavic.com/blog/programming/flutter-all-the-way/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Tue, 10 Aug 2021 10:59:14 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">https://duskosavic.com/blog/?p=4409</guid>

					<description><![CDATA[<p>Another Flutter related job on Upwork completed successfully. The client is in the web sites business and wanted to know whether they should extend themselves into the apps business. And if they should, would Flutter be a good starting point &#8230; <a href="https://duskosavic.com/blog/programming/flutter-all-the-way/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/flutter-all-the-way/">Flutter All the Way!</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/flutter-all-the-way/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How Can I Help You Install Your Finished iOS App to the App Store</title>
		<link>https://duskosavic.com/blog/programming/how-can-i-help-you-install-your-finished-ios-app-to-the-app-store/</link>
					<comments>https://duskosavic.com/blog/programming/how-can-i-help-you-install-your-finished-ios-app-to-the-app-store/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Tue, 09 Feb 2021 10:55:25 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">https://duskosavic.com/blog/?p=3279</guid>

					<description><![CDATA[<p>The procedure describe in this article is the same for any language that you may use to develop an iOS app. I mention here Flutter, but you can substitute Objective C, Swift or anything else, it doesn&#8217;t matter. This procedure &#8230; <a href="https://duskosavic.com/blog/programming/how-can-i-help-you-install-your-finished-ios-app-to-the-app-store/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/how-can-i-help-you-install-your-finished-ios-app-to-the-app-store/">How Can I Help You Install Your Finished iOS App to the App Store</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/how-can-i-help-you-install-your-finished-ios-app-to-the-app-store/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SendImage App to Upload and Approve Images</title>
		<link>https://duskosavic.com/blog/programming/sendimage-app-to-upload-and-approve-images/</link>
					<comments>https://duskosavic.com/blog/programming/sendimage-app-to-upload-and-approve-images/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Fri, 13 Nov 2020 12:08:47 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Apps As a Business]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=2342</guid>

					<description><![CDATA[<p>Here is how you can organize yourself a business with modest costs of creating a repository site and two mobile apps, for Android and iOS. The idea is that the app user produces content, uploads it to the site, you &#8230; <a href="https://duskosavic.com/blog/programming/sendimage-app-to-upload-and-approve-images/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/sendimage-app-to-upload-and-approve-images/">SendImage App to Upload and Approve Images</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/sendimage-app-to-upload-and-approve-images/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What Do You Need For Your First Mobile App and Web Server</title>
		<link>https://duskosavic.com/blog/apps-as-a-business/what-do-you-need-for-your-first-mobile-app-and-web-server/</link>
					<comments>https://duskosavic.com/blog/apps-as-a-business/what-do-you-need-for-your-first-mobile-app-and-web-server/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Fri, 06 Nov 2020 22:47:58 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Apps As a Business]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=2201</guid>

					<description><![CDATA[<p>Once you have found me, I read you job requirement, maybe we then talked on Zoom or Skype, and agreed to do it together, there will be a list of things to do, sites to visit, accounts to open and &#8230; <a href="https://duskosavic.com/blog/apps-as-a-business/what-do-you-need-for-your-first-mobile-app-and-web-server/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/apps-as-a-business/what-do-you-need-for-your-first-mobile-app-and-web-server/">What Do You Need For Your First Mobile App and Web Server</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/apps-as-a-business/what-do-you-need-for-your-first-mobile-app-and-web-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Screen Types For Your Mobile App</title>
		<link>https://duskosavic.com/blog/apps-as-a-business/screen-types-for-your-mobile-app/</link>
					<comments>https://duskosavic.com/blog/apps-as-a-business/screen-types-for-your-mobile-app/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Tue, 28 Jan 2020 14:26:22 +0000</pubDate>
				<category><![CDATA[Apps As a Business]]></category>
		<category><![CDATA[Graphics for apps]]></category>
		<category><![CDATA[Apps Marketing]]></category>
		<category><![CDATA[Flutter]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1224</guid>

					<description><![CDATA[<p>Screen designs and apps built by Dusko Savic for clients in the last three months Figma to Flutter &#8212; Lessons Reservation System This is a large app that I was one of the contributors for. My part was to create &#8230; <a href="https://duskosavic.com/blog/apps-as-a-business/screen-types-for-your-mobile-app/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/apps-as-a-business/screen-types-for-your-mobile-app/">Screen Types For Your Mobile App</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/apps-as-a-business/screen-types-for-your-mobile-app/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Android and iOS Mobile Apps To Acquire User Data On Remote Locations</title>
		<link>https://duskosavic.com/blog/programming/android-and-ios-mobile-apps-to-acquire-user-data-on-remote-locations/</link>
					<comments>https://duskosavic.com/blog/programming/android-and-ios-mobile-apps-to-acquire-user-data-on-remote-locations/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sat, 03 Aug 2019 07:11:43 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1185</guid>

					<description><![CDATA[<p>Maybe you are a field technician and repair home appliances, or upgrade cable network hardware, or do gardening on the spot of client&#8217;s yard&#8230; You will need a mobile app to gather the following data: &#8212; client data, such as &#8230; <a href="https://duskosavic.com/blog/programming/android-and-ios-mobile-apps-to-acquire-user-data-on-remote-locations/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/android-and-ios-mobile-apps-to-acquire-user-data-on-remote-locations/">Android and iOS Mobile Apps To Acquire User Data On Remote Locations</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/android-and-ios-mobile-apps-to-acquire-user-data-on-remote-locations/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apps Portfolio for DuskoSavic.com</title>
		<link>https://duskosavic.com/blog/programming/apps-portfolio-for-duskosavic-com/</link>
					<comments>https://duskosavic.com/blog/programming/apps-portfolio-for-duskosavic-com/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Mon, 08 Jul 2019 12:33:04 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1181</guid>

					<description><![CDATA[<p>Here are some of the more recent apps we have been doing for clients. GibEnviro Android GibEnviro is the application written for the Environmental Agency of Gibraltar. If you find or see anything wrong in the streets of Gibraltar, this &#8230; <a href="https://duskosavic.com/blog/programming/apps-portfolio-for-duskosavic-com/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/apps-portfolio-for-duskosavic-com/">Apps Portfolio for DuskoSavic.com</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/apps-portfolio-for-duskosavic-com/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Submit A Claim to the App Name in the App Store</title>
		<link>https://duskosavic.com/blog/programming/submit-a-claim-to-the-app-name-in-the-app-store/</link>
					<comments>https://duskosavic.com/blog/programming/submit-a-claim-to-the-app-name-in-the-app-store/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Fri, 07 Jun 2019 12:31:53 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1169</guid>

					<description><![CDATA[<p>Submit A Claim to the App Name in the App Store This the the App Store account with name GibEnviroNew. We want to claim the name of the app as it used to exist in the Store a while ago. &#8230; <a href="https://duskosavic.com/blog/programming/submit-a-claim-to-the-app-name-in-the-app-store/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/submit-a-claim-to-the-app-name-in-the-app-store/">Submit A Claim to the App Name in the App Store</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/submit-a-claim-to-the-app-name-in-the-app-store/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Backend Web Servers For Mobile Apps, Using PHP and CakePHP</title>
		<link>https://duskosavic.com/blog/apps-server/backend-web-servers-for-mobile-apps-using-php-and-cakephp/</link>
					<comments>https://duskosavic.com/blog/apps-server/backend-web-servers-for-mobile-apps-using-php-and-cakephp/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Thu, 02 May 2019 11:31:08 +0000</pubDate>
				<category><![CDATA[apps server]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[create user]]></category>
		<category><![CDATA[create admon]]></category>
		<category><![CDATA[membership site]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[track orders]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[order forms]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1148</guid>

					<description><![CDATA[<p>All my apps run from a web server, using special technology. The server actually is a membership site. It has one or more admins, and it also has users, guests and any other kind of user roles that the app &#8230; <a href="https://duskosavic.com/blog/apps-server/backend-web-servers-for-mobile-apps-using-php-and-cakephp/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/apps-server/backend-web-servers-for-mobile-apps-using-php-and-cakephp/">Backend Web Servers For Mobile Apps, Using PHP and CakePHP</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/apps-server/backend-web-servers-for-mobile-apps-using-php-and-cakephp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why Flutter is Superior For Mobile Apps Development</title>
		<link>https://duskosavic.com/blog/flutter/why-flutter-is-superior-for-mobile-apps-development/</link>
					<comments>https://duskosavic.com/blog/flutter/why-flutter-is-superior-for-mobile-apps-development/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Thu, 02 May 2019 10:53:43 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[minimum viable product]]></category>
		<category><![CDATA[quick stats]]></category>
		<category><![CDATA[gibenviro]]></category>
		<category><![CDATA[mobile devices]]></category>
		<category><![CDATA[vpg]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[mobile apps]]></category>
		<category><![CDATA[vacation calculator]]></category>
		<category><![CDATA[react native]]></category>
		<category><![CDATA[legacy app]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[buzztouch.com]]></category>
		<category><![CDATA[app development]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[timeshare]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[web browsers]]></category>
		<category><![CDATA[sellbox]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[fast app development]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[play store]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[general calculator]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[effort of testing]]></category>
		<category><![CDATA[mortgage]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[mortgage calculator]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1141</guid>

					<description><![CDATA[<p>I develop with Flutter only and here is why: Write once and deploy twice, on Android for its millions of users and on iOS for the money you can earn. This can save a lot of development money if done &#8230; <a href="https://duskosavic.com/blog/flutter/why-flutter-is-superior-for-mobile-apps-development/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/flutter/why-flutter-is-superior-for-mobile-apps-development/">Why Flutter is Superior For Mobile Apps Development</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/flutter/why-flutter-is-superior-for-mobile-apps-development/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>App Icon Missing on iPhone SE</title>
		<link>https://duskosavic.com/blog/ios/app-icon-missing-on-iphone-se-2/</link>
					<comments>https://duskosavic.com/blog/ios/app-icon-missing-on-iphone-se-2/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Wed, 24 Apr 2019 16:41:22 +0000</pubDate>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Reset Home Screen Layout]]></category>
		<category><![CDATA[Reset Home Screen]]></category>
		<category><![CDATA[Settings]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1126</guid>

					<description><![CDATA[<p>The app icon for an app I was developing was missing for entire three days. I have no idea why it did not show when all other apps had their icons neatly placed on my iPhone SE with iOS 12.2. &#8230; <a href="https://duskosavic.com/blog/ios/app-icon-missing-on-iphone-se-2/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/ios/app-icon-missing-on-iphone-se-2/">App Icon Missing on iPhone SE</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/ios/app-icon-missing-on-iphone-se-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Changing App Icon with flutter_launcher_icons Plugin</title>
		<link>https://duskosavic.com/blog/android/app-icon-missing-on-iphone-se/</link>
					<comments>https://duskosavic.com/blog/android/app-icon-missing-on-iphone-se/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Wed, 24 Apr 2019 16:22:00 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[flutter programming]]></category>
		<category><![CDATA[apps development]]></category>
		<category><![CDATA[flutter_launcher_icons]]></category>
		<category><![CDATA[pubspec.yaml]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[android studio]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1127</guid>

					<description><![CDATA[<p>Installing app icon in Flutter is much easier than in Android and iOS taken separately. With a plugin called flutter_launcher_icons you install the same icons in dozens formats in one turn. First install the plugin under dependancies in pubspec.yaml file: &#8230; <a href="https://duskosavic.com/blog/android/app-icon-missing-on-iphone-se/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/android/app-icon-missing-on-iphone-se/">Changing App Icon with flutter_launcher_icons Plugin</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/android/app-icon-missing-on-iphone-se/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Rewrite Buzztouch Apps in Flutter</title>
		<link>https://duskosavic.com/blog/programming/how-to-rewrite-buzztouch-apps-in-flutter/</link>
					<comments>https://duskosavic.com/blog/programming/how-to-rewrite-buzztouch-apps-in-flutter/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sat, 20 Apr 2019 19:05:23 +0000</pubDate>
				<category><![CDATA[apps server]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps As a Business]]></category>
		<category><![CDATA[XIV Button Menu]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[Share Email]]></category>
		<category><![CDATA[duskosavic.com]]></category>
		<category><![CDATA[send email]]></category>
		<category><![CDATA[alert view]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gibenviro]]></category>
		<category><![CDATA[custom ursl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[buzztouch]]></category>
		<category><![CDATA[html doc]]></category>
		<category><![CDATA[dart]]></category>
		<category><![CDATA[email image]]></category>
		<category><![CDATA[flutter framework]]></category>
		<category><![CDATA[send]]></category>
		<category><![CDATA[Android apps]]></category>
		<category><![CDATA[menu with image]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[splash screen]]></category>
		<category><![CDATA[menu buttons]]></category>
		<category><![CDATA[location item]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[place call]]></category>
		<category><![CDATA[map location]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[screen map]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1084</guid>

					<description><![CDATA[<p>This article is about rewriting Buzztouch apps using Flutter as the framework of choice. It will be highly technical in content, so if you only want an old app rewritten, without actually knowing how it is done, let me know &#8230; <a href="https://duskosavic.com/blog/programming/how-to-rewrite-buzztouch-apps-in-flutter/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/how-to-rewrite-buzztouch-apps-in-flutter/">How To Rewrite Buzztouch Apps in Flutter</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/how-to-rewrite-buzztouch-apps-in-flutter/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Deal With Rejection Clause 4.3 &#8211; Design</title>
		<link>https://duskosavic.com/blog/ios/rejection-clause-4-3-design/</link>
					<comments>https://duskosavic.com/blog/ios/rejection-clause-4-3-design/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sat, 20 Apr 2019 13:08:32 +0000</pubDate>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[apps server]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[design spam]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[submitting to the app store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[guidline 4.3]]></category>
		<category><![CDATA[rewrite app]]></category>
		<category><![CDATA[Flutter app]]></category>
		<category><![CDATA[rejection clause]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1085</guid>

					<description><![CDATA[<p>Rejection clause 4.3 &#8212; Design In late 2017 Apple started rejecting apps under the Clause 4.3 Design. You would get a notice like this: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- Guideline 4.3 &#8211; Design We noticed that your app provides the same feature set as &#8230; <a href="https://duskosavic.com/blog/ios/rejection-clause-4-3-design/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/ios/rejection-clause-4-3-design/">How To Deal With Rejection Clause 4.3 &#8211; Design</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/ios/rejection-clause-4-3-design/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Become Tester For Internal Testing of Android Apps In the Play Store</title>
		<link>https://duskosavic.com/blog/programming/how-to-become-tester-for-internal-testing-of-android-apps-in-the-play-store/</link>
					<comments>https://duskosavic.com/blog/programming/how-to-become-tester-for-internal-testing-of-android-apps-in-the-play-store/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Wed, 17 Apr 2019 22:02:51 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Dusko Savic Android Apps]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[gmail addres]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[play store]]></category>
		<category><![CDATA[internatl testing]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[google account]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1070</guid>

					<description><![CDATA[<p>How do you become a tester for Android apps? It depends on the kind of testing performed. In this article we shall describe the process of becoming a tester for internal testing only. To be eligible for this type of &#8230; <a href="https://duskosavic.com/blog/programming/how-to-become-tester-for-internal-testing-of-android-apps-in-the-play-store/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/how-to-become-tester-for-internal-testing-of-android-apps-in-the-play-store/">How to Become Tester For Internal Testing of Android Apps In the Play Store</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/how-to-become-tester-for-internal-testing-of-android-apps-in-the-play-store/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Remove Alpha Channel (Transparency) From Images When Uploading App to the App Store</title>
		<link>https://duskosavic.com/blog/programming/how-to-remove-alpha-channel-transparency-from-images-when-uploading-app-to-the-app-store/</link>
					<comments>https://duskosavic.com/blog/programming/how-to-remove-alpha-channel-transparency-from-images-when-uploading-app-to-the-app-store/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sat, 13 Apr 2019 14:45:37 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[bpolat.]]></category>
		<category><![CDATA[app connect store]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[alpha channel]]></category>
		<category><![CDATA[remove alpha channel]]></category>
		<category><![CDATA[remove transparency]]></category>
		<category><![CDATA[Preview]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[alpha channel remover]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1051</guid>

					<description><![CDATA[<p>Finally, your app is uploaded to the App Store Connect, you have the latest build processed and you are uploading images &#8212; the last step before Submitting for Review. You need some 40 images and there is no time to &#8230; <a href="https://duskosavic.com/blog/programming/how-to-remove-alpha-channel-transparency-from-images-when-uploading-app-to-the-app-store/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/how-to-remove-alpha-channel-transparency-from-images-when-uploading-app-to-the-app-store/">How To Remove Alpha Channel (Transparency) From Images When Uploading App to the App Store</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/how-to-remove-alpha-channel-transparency-from-images-when-uploading-app-to-the-app-store/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Missing Purpose String in Info.plist File After Uploading Binary to App Store Connect</title>
		<link>https://duskosavic.com/blog/ios/missing-purpose-string-in-info-plist-file-after-uploading-binary-to-app-store-connect/</link>
					<comments>https://duskosavic.com/blog/ios/missing-purpose-string-in-info-plist-file-after-uploading-binary-to-app-store-connect/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sat, 13 Apr 2019 11:39:15 +0000</pubDate>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[NSHomeKitUsageDescription]]></category>
		<category><![CDATA[missing string]]></category>
		<category><![CDATA[NSLocationUsageDescription]]></category>
		<category><![CDATA[ios permission]]></category>
		<category><![CDATA[NSLocationAlwaysUsageDescription]]></category>
		<category><![CDATA[info.plist]]></category>
		<category><![CDATA[NSLocationWhenInUseUsageDescription]]></category>
		<category><![CDATA[NSBluetoothPeripheralUsageDescription]]></category>
		<category><![CDATA[NSMicrophoneUsageDescription]]></category>
		<category><![CDATA[NSCalendarsUsageDescription]]></category>
		<category><![CDATA[NSMotionUsageDescription]]></category>
		<category><![CDATA[duskosavic.com]]></category>
		<category><![CDATA[NSCameraUsageDescription]]></category>
		<category><![CDATA[NFCReaderUsageDescription]]></category>
		<category><![CDATA[NSContactsUsageDescription]]></category>
		<category><![CDATA[NSPhotoLibraryUsageDescription]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[NSFaceIDUsageDescription]]></category>
		<category><![CDATA[NSRemindersUsageDescription]]></category>
		<category><![CDATA[NSHealthShareUsageDescription]]></category>
		<category><![CDATA[NSSiriUsageDescription]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[NSHealthUpdateUsageDescription]]></category>
		<category><![CDATA[NSSpeechRecognitionUsageDescription]]></category>
		<category><![CDATA[android studio]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1046</guid>

					<description><![CDATA[<p>Occasionally, when you upload a binary to App Store Connect, you will one such message: Dear Developer, We identified one or more issues with a recent delivery for your app, &#8220;TimeShare SellBOX Calculator&#8221;. Please correct the following issues, then upload &#8230; <a href="https://duskosavic.com/blog/ios/missing-purpose-string-in-info-plist-file-after-uploading-binary-to-app-store-connect/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/ios/missing-purpose-string-in-info-plist-file-after-uploading-binary-to-app-store-connect/">Missing Purpose String in Info.plist File After Uploading Binary to App Store Connect</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/ios/missing-purpose-string-in-info-plist-file-after-uploading-binary-to-app-store-connect/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Milestones Approach to Developing Mobile Apps With Flutter</title>
		<link>https://duskosavic.com/blog/programming/the-milestones-approach-to-developing-mobile-apps-with-flutter/</link>
					<comments>https://duskosavic.com/blog/programming/the-milestones-approach-to-developing-mobile-apps-with-flutter/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Fri, 12 Apr 2019 10:26:21 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[how to create mobile app]]></category>
		<category><![CDATA[Flutter project]]></category>
		<category><![CDATA[publish app]]></category>
		<category><![CDATA[Android Studio project]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[submit app]]></category>
		<category><![CDATA[Flutter plugin]]></category>
		<category><![CDATA[android studio]]></category>
		<category><![CDATA[upload image]]></category>
		<category><![CDATA[sales app]]></category>
		<category><![CDATA[app server]]></category>
		<category><![CDATA[milestone]]></category>
		<category><![CDATA[orders app]]></category>
		<category><![CDATA[apps server]]></category>
		<category><![CDATA[milestone approach]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[flutter development]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[registered users]]></category>
		<category><![CDATA[flutter developer]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[send email]]></category>
		<category><![CDATA[recipes app]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[create app]]></category>
		<category><![CDATA[restaurant app]]></category>
		<category><![CDATA[admin]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=1044</guid>

					<description><![CDATA[<p>The Milestones Approach to Developing Mobile Apps With Flutter Milestone 1 &#8212; Creating Flutter Project From scratch Besides from, obviusly, creating a basic Flutter project to start with, in this phase we gather all data files in one place. Images &#8230; <a href="https://duskosavic.com/blog/programming/the-milestones-approach-to-developing-mobile-apps-with-flutter/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/the-milestones-approach-to-developing-mobile-apps-with-flutter/">The Milestones Approach to Developing Mobile Apps With Flutter</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/the-milestones-approach-to-developing-mobile-apps-with-flutter/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Publish iOS Apps To the App Store in 2018</title>
		<link>https://duskosavic.com/blog/programming/how-to-publish-ios-apps-to-the-app-store-in-2018/</link>
					<comments>https://duskosavic.com/blog/programming/how-to-publish-ios-apps-to-the-app-store-in-2018/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Tue, 06 Mar 2018 20:22:01 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=991</guid>

					<description><![CDATA[<p>How To Publish iOS Apps To the App Store in 2018 Apple is always changing the rules for successful submission of your apps to the App Store. I am creating this article to serve me as a live guide to &#8230; <a href="https://duskosavic.com/blog/programming/how-to-publish-ios-apps-to-the-app-store-in-2018/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/how-to-publish-ios-apps-to-the-app-store-in-2018/">How To Publish iOS Apps To the App Store in 2018</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/how-to-publish-ios-apps-to-the-app-store-in-2018/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Upgrade Your Old App To iOS 11</title>
		<link>https://duskosavic.com/blog/apps-as-a-business/upgrade-your-old-app-to-ios-11/</link>
					<comments>https://duskosavic.com/blog/apps-as-a-business/upgrade-your-old-app-to-ios-11/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Fri, 08 Dec 2017 23:05:39 +0000</pubDate>
				<category><![CDATA[Apps As a Business]]></category>
		<category><![CDATA[iOS 11]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[profit]]></category>
		<category><![CDATA[ios]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=972</guid>

					<description><![CDATA[<p>Upgrade your existing app to iOS 11 if you want it to survive! If you app is 32-bit, say, made in 2014 or 2015, chances are, Apple will stop showing them in the App Store. The existing customer will be &#8230; <a href="https://duskosavic.com/blog/apps-as-a-business/upgrade-your-old-app-to-ios-11/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/apps-as-a-business/upgrade-your-old-app-to-ios-11/">Upgrade Your Old App To iOS 11</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/apps-as-a-business/upgrade-your-old-app-to-ios-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Updates And Changes to the Developer Program Policies for Android Apps on Google Play</title>
		<link>https://duskosavic.com/blog/android/updates-and-changes-to-the-developer-program-policies-for-android-apps-on-google-play/</link>
					<comments>https://duskosavic.com/blog/android/updates-and-changes-to-the-developer-program-policies-for-android-apps-on-google-play/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Tue, 05 Dec 2017 08:16:40 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[privacy policy]]></category>
		<category><![CDATA[Android apps]]></category>
		<category><![CDATA[Google Play]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Developer Program Policy]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=970</guid>

					<description><![CDATA[<p>Updates And Changes to the Developer Program Policies for Android Apps on Google Play https://play.google.com/about/updates-resources/ 10 tips to help you stay on the right side of Google Play policy</p>
<p>The post <a href="https://duskosavic.com/blog/android/updates-and-changes-to-the-developer-program-policies-for-android-apps-on-google-play/">Updates And Changes to the Developer Program Policies for Android Apps on Google Play</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/android/updates-and-changes-to-the-developer-program-policies-for-android-apps-on-google-play/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Publish Four iOS Apps To The App Store</title>
		<link>https://duskosavic.com/blog/ios/how-to-publish-four-ios-apps-to-the-app-store/</link>
					<comments>https://duskosavic.com/blog/ios/how-to-publish-four-ios-apps-to-the-app-store/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Thu, 23 Nov 2017 17:41:08 +0000</pubDate>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[iphone 6 plus]]></category>
		<category><![CDATA[flatten image]]></category>
		<category><![CDATA[image size]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[icon]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=953</guid>

					<description><![CDATA[<p>The task is to publish four iOS apps to the store. Previously, the apps were properly compiled and code rectified for iOS 11. It took five weeks to come to the situation that the only task remaining is publishing the &#8230; <a href="https://duskosavic.com/blog/ios/how-to-publish-four-ios-apps-to-the-app-store/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/ios/how-to-publish-four-ios-apps-to-the-app-store/">How To Publish Four iOS Apps To The App Store</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/ios/how-to-publish-four-ios-apps-to-the-app-store/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Every Business Needs an Employee App</title>
		<link>https://duskosavic.com/blog/apps-as-a-business/every-business-needs-an-employee-app/</link>
					<comments>https://duskosavic.com/blog/apps-as-a-business/every-business-needs-an-employee-app/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Tue, 21 Nov 2017 13:52:52 +0000</pubDate>
				<category><![CDATA[Apps As a Business]]></category>
		<category><![CDATA[employee]]></category>
		<category><![CDATA[employee app]]></category>
		<category><![CDATA[HR]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[administrator]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=944</guid>

					<description><![CDATA[<p>If your company has several employees or &#8212; even better &#8212; if it has dozens and hundreds of employees, you will need to have a special &#8220;employee&#8221; app. A typical employee app will have this as the main menu: &#8212; &#8230; <a href="https://duskosavic.com/blog/apps-as-a-business/every-business-needs-an-employee-app/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/apps-as-a-business/every-business-needs-an-employee-app/">Every Business Needs an Employee App</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/apps-as-a-business/every-business-needs-an-employee-app/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Mysterious pngcrush caught libpng error:</title>
		<link>https://duskosavic.com/blog/programming/mysterious-pngcrush-caught-libpng-error/</link>
					<comments>https://duskosavic.com/blog/programming/mysterious-pngcrush-caught-libpng-error/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sat, 18 Nov 2017 12:20:20 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[libpng error]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iOS 11]]></category>
		<category><![CDATA[libpng]]></category>
		<category><![CDATA[build phases]]></category>
		<category><![CDATA[pngcrush]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=923</guid>

					<description><![CDATA[<p>From time to time, you may get a mysterious error in Xcode: pngcrush caught libpng error: Something like the image below: The explanation Compress PNG Files Error will just confuse you. Xcode 9 will compile the code and run the &#8230; <a href="https://duskosavic.com/blog/programming/mysterious-pngcrush-caught-libpng-error/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/mysterious-pngcrush-caught-libpng-error/">Mysterious pngcrush caught libpng error:</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/mysterious-pngcrush-caught-libpng-error/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Three Hidden Costs You Will Pay To Upgrade Your Apps to iOS 11</title>
		<link>https://duskosavic.com/blog/ios/three-hidden-costs-you-will-pay-to-upgrade-your-apps-to-ios-11/</link>
					<comments>https://duskosavic.com/blog/ios/three-hidden-costs-you-will-pay-to-upgrade-your-apps-to-ios-11/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Thu, 16 Nov 2017 17:02:16 +0000</pubDate>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[costs]]></category>
		<category><![CDATA[hidden costs]]></category>
		<category><![CDATA[AvPlayer]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iOS 11]]></category>
		<category><![CDATA[app store]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=917</guid>

					<description><![CDATA[<p>Every year Apple releases a new version iOS and if you have apps in the App Store, you need to upgrade them. In several previous versions, the penalty for not upgrading the apps to the latest version of iOS was &#8230; <a href="https://duskosavic.com/blog/ios/three-hidden-costs-you-will-pay-to-upgrade-your-apps-to-ios-11/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/ios/three-hidden-costs-you-will-pay-to-upgrade-your-apps-to-ios-11/">Three Hidden Costs You Will Pay To Upgrade Your Apps to iOS 11</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/ios/three-hidden-costs-you-will-pay-to-upgrade-your-apps-to-ios-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install a CocoaPod &#8211; Xcode 9 &#8211; Swift 4 &#8211; SendBirdSDK</title>
		<link>https://duskosavic.com/blog/ios/how-to-install-a-cocoapod-xcode-9-swift-4/</link>
					<comments>https://duskosavic.com/blog/ios/how-to-install-a-cocoapod-xcode-9-swift-4/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sun, 12 Nov 2017 07:25:51 +0000</pubDate>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS 11]]></category>
		<category><![CDATA[cocoapod]]></category>
		<category><![CDATA[install pods]]></category>
		<category><![CDATA[install cocoapods]]></category>
		<category><![CDATA[swift 4]]></category>
		<category><![CDATA[xcode 9]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=914</guid>

					<description><![CDATA[<p>To install a SendBird pod, go to here and download the pod. Copy it to the folder where you app is and then go to that folder: cd "/Users/duskosavic/Documents/apps/Cole/iMedic Flash Cards/imedicflashcards_iOS_BTv4.0.3" In my case, one od the intermedidate folders contains &#8230; <a href="https://duskosavic.com/blog/ios/how-to-install-a-cocoapod-xcode-9-swift-4/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/ios/how-to-install-a-cocoapod-xcode-9-swift-4/">How to Install a CocoaPod &#8211; Xcode 9 &#8211; Swift 4 &#8211; SendBirdSDK</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/ios/how-to-install-a-cocoapod-xcode-9-swift-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How I Wrote &#8220;Object-Oriented Programming With Smalltalk/V&#8221;</title>
		<link>https://duskosavic.com/blog/dusko-savic-books/how-i-wrote-object-oriented-programming-with-smalltalkv/</link>
					<comments>https://duskosavic.com/blog/dusko-savic-books/how-i-wrote-object-oriented-programming-with-smalltalkv/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Wed, 30 Aug 2017 19:05:07 +0000</pubDate>
				<category><![CDATA[Dusko Savic Books]]></category>
		<category><![CDATA[dusko savic]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[smalltalk]]></category>
		<category><![CDATA[smalltalk/V]]></category>
		<category><![CDATA[Ellis Horwood]]></category>
		<category><![CDATA[object-oriented]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=897</guid>

					<description><![CDATA[<p>The era of object-oriented programming began some time in mid 1980s. New languages started to appear and one them, Smalltalk, began to be available on the then ubiquitious PC. Smalltalk/V was the version for DOS. It offered a rich set &#8230; <a href="https://duskosavic.com/blog/dusko-savic-books/how-i-wrote-object-oriented-programming-with-smalltalkv/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/dusko-savic-books/how-i-wrote-object-oriented-programming-with-smalltalkv/">How I Wrote &#8220;Object-Oriented Programming With Smalltalk/V&#8221;</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/dusko-savic-books/how-i-wrote-object-oriented-programming-with-smalltalkv/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How I Wrote &#8220;BASIC Interactive Graphics&#8221;</title>
		<link>https://duskosavic.com/blog/dusko-savic-books/how-i-wrote-basic-interactive-graphics/</link>
					<comments>https://duskosavic.com/blog/dusko-savic-books/how-i-wrote-basic-interactive-graphics/#comments</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Wed, 30 Aug 2017 19:02:26 +0000</pubDate>
				<category><![CDATA[Dusko Savic Books]]></category>
		<category><![CDATA[interactive graphics]]></category>
		<category><![CDATA[basic interactive graphics]]></category>
		<category><![CDATA[dusko savic]]></category>
		<category><![CDATA[basic]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=893</guid>

					<description><![CDATA[<p>Since 1981 the world was swept away by the existence of cheap personal computers such as ZX Spectrum and Commodore 64. Millions of these devices were sold, creating a need for software and documentation &#8212; I have the hardware, what &#8230; <a href="https://duskosavic.com/blog/dusko-savic-books/how-i-wrote-basic-interactive-graphics/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/dusko-savic-books/how-i-wrote-basic-interactive-graphics/">How I Wrote &#8220;BASIC Interactive Graphics&#8221;</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/dusko-savic-books/how-i-wrote-basic-interactive-graphics/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How Many Ad Clicks Do You Need To Earn 2.500 Dollars From A Game?</title>
		<link>https://duskosavic.com/blog/apps-as-a-business/how-many-ad-clicks-do-you-need-to-earn-2-500-dollars-from-a-game/</link>
					<comments>https://duskosavic.com/blog/apps-as-a-business/how-many-ad-clicks-do-you-need-to-earn-2-500-dollars-from-a-game/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Fri, 07 Apr 2017 12:02:45 +0000</pubDate>
				<category><![CDATA[Apps As a Business]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[ad click]]></category>
		<category><![CDATA[development cost]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=885</guid>

					<description><![CDATA[<p>Suppose you have invested 2.500 dollars into creation of your app, let&#8217;s say, it is a game. 2.500 dollars may be only for at total reskin of the app, or you might have billed yourself to that amount if you &#8230; <a href="https://duskosavic.com/blog/apps-as-a-business/how-many-ad-clicks-do-you-need-to-earn-2-500-dollars-from-a-game/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/apps-as-a-business/how-many-ad-clicks-do-you-need-to-earn-2-500-dollars-from-a-game/">How Many Ad Clicks Do You Need To Earn 2.500 Dollars From A Game?</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/apps-as-a-business/how-many-ad-clicks-do-you-need-to-earn-2-500-dollars-from-a-game/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Create a Budget For My First App</title>
		<link>https://duskosavic.com/blog/apps-as-a-business/how-to-create-a-budget-for-my-first-app/</link>
					<comments>https://duskosavic.com/blog/apps-as-a-business/how-to-create-a-budget-for-my-first-app/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Wed, 22 Mar 2017 05:26:56 +0000</pubDate>
				<category><![CDATA[Apps As a Business]]></category>
		<category><![CDATA[budget for app]]></category>
		<category><![CDATA[app cost]]></category>
		<category><![CDATA[app budget]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=882</guid>

					<description><![CDATA[<p>The question in the forums was: How much is the budget for the first app is reasonable for newbie (like me)? Please don&#8217;t answer like &#8220;it depends&#8221;. I need numbers! Here is my answer: I&#8217;ll try to explain why it &#8230; <a href="https://duskosavic.com/blog/apps-as-a-business/how-to-create-a-budget-for-my-first-app/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/apps-as-a-business/how-to-create-a-budget-for-my-first-app/">How To Create a Budget For My First App</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/apps-as-a-business/how-to-create-a-budget-for-my-first-app/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How A Developer Will Charge You For An App</title>
		<link>https://duskosavic.com/blog/apps-as-a-business/how-a-developer-will-charge-you-for-an-app/</link>
					<comments>https://duskosavic.com/blog/apps-as-a-business/how-a-developer-will-charge-you-for-an-app/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Wed, 22 Mar 2017 05:21:07 +0000</pubDate>
				<category><![CDATA[Apps As a Business]]></category>
		<category><![CDATA[charge for an app]]></category>
		<category><![CDATA[app price]]></category>
		<category><![CDATA[developer pricing]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=878</guid>

					<description><![CDATA[<p>Somebody asked in the forum how much an app should cost that contains &#8212; ability to shoot an image and send it to the owner of the app &#8212; let the owner send push notifications to remind users to buy &#8230; <a href="https://duskosavic.com/blog/apps-as-a-business/how-a-developer-will-charge-you-for-an-app/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/apps-as-a-business/how-a-developer-will-charge-you-for-an-app/">How A Developer Will Charge You For An App</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/apps-as-a-business/how-a-developer-will-charge-you-for-an-app/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why Your App Must Have Privacy Policy As Well As Other Policy Documents</title>
		<link>https://duskosavic.com/blog/apps-as-a-business/why-your-app-must-have-privacy-policy-as-well-as-other-policy-documents/</link>
					<comments>https://duskosavic.com/blog/apps-as-a-business/why-your-app-must-have-privacy-policy-as-well-as-other-policy-documents/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Wed, 22 Mar 2017 05:13:54 +0000</pubDate>
				<category><![CDATA[Apps As a Business]]></category>
		<category><![CDATA[privacy policy]]></category>
		<category><![CDATA[privacy policy for apps]]></category>
		<category><![CDATA[sites for privacy policy]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=872</guid>

					<description><![CDATA[<p>Privacy policy is a must both for a web site and for an app. Go to any app or site that is similar to what you are doing, read a couple of their privacy policies and rewrite them for your &#8230; <a href="https://duskosavic.com/blog/apps-as-a-business/why-your-app-must-have-privacy-policy-as-well-as-other-policy-documents/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/apps-as-a-business/why-your-app-must-have-privacy-policy-as-well-as-other-policy-documents/">Why Your App Must Have Privacy Policy As Well As Other Policy Documents</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/apps-as-a-business/why-your-app-must-have-privacy-policy-as-well-as-other-policy-documents/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Deprecated Constructor in PHP Class</title>
		<link>https://duskosavic.com/blog/php/deprecated-constructor-in-php-class/</link>
					<comments>https://duskosavic.com/blog/php/deprecated-constructor-in-php-class/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sat, 01 Oct 2016 16:58:04 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php 7.0]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[deprecated methods]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=827</guid>

					<description><![CDATA[<p>Still converting old PHP code and upgrading to PHP 7.0, I receive a message like this: Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Validate_fields has a deprecated constructor &#8230; <a href="https://duskosavic.com/blog/php/deprecated-constructor-in-php-class/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/php/deprecated-constructor-in-php-class/">Deprecated Constructor in PHP Class</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/php/deprecated-constructor-in-php-class/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Use pre Tag to Format Your PHP Code in WordPress Posts</title>
		<link>https://duskosavic.com/blog/php/use-tag-to-format-your-php-code-in-wordpress-posts/</link>
					<comments>https://duskosavic.com/blog/php/use-tag-to-format-your-php-code-in-wordpress-posts/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sat, 01 Oct 2016 16:48:07 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[code in wordpress posts]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=823</guid>

					<description><![CDATA[<p>Taking advice from Writing Code in Your Posts, I am now using only the pre tag to fromat the PHP code in WordPress posts. It will look like this: if (isset($_POST['h_sys_submitted'])){ $h_sys = safeEscapeString($_POST["h_sys_submitted"]); } else{ $h_sys = ''; } &#8230; <a href="https://duskosavic.com/blog/php/use-tag-to-format-your-php-code-in-wordpress-posts/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/php/use-tag-to-format-your-php-code-in-wordpress-posts/">Use pre Tag to Format Your PHP Code in WordPress Posts</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/php/use-tag-to-format-your-php-code-in-wordpress-posts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[PHP Programming]]></series:name>
	</item>
		<item>
		<title>Change real_escape_string to mysqli_real_escape_string for Function safeEscapeString in PHP 7.0</title>
		<link>https://duskosavic.com/blog/programming/change-real_escape_string-to-mysqli_real_escape_string-for-function-safeescapestring-in-php-7-0/</link>
					<comments>https://duskosavic.com/blog/programming/change-real_escape_string-to-mysqli_real_escape_string-for-function-safeescapestring-in-php-7-0/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sat, 01 Oct 2016 16:27:02 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[php 7.0]]></category>
		<category><![CDATA[php 5.6]]></category>
		<category><![CDATA[safeEscapeString]]></category>
		<category><![CDATA[mysqli_real_escape_string]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=819</guid>

					<description><![CDATA[<p>I often use function safeEscapeString from  in my PHP projects. It helps sustain the integrity of data coming to and from MySQL or similar database. However, if the code ran on PHP 5.4 or 5.6 at the highest, and I &#8230; <a href="https://duskosavic.com/blog/programming/change-real_escape_string-to-mysqli_real_escape_string-for-function-safeescapestring-in-php-7-0/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/change-real_escape_string-to-mysqli_real_escape_string-for-function-safeescapestring-in-php-7-0/">Change real_escape_string to mysqli_real_escape_string for Function safeEscapeString in PHP 7.0</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/change-real_escape_string-to-mysqli_real_escape_string-for-function-safeescapestring-in-php-7-0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[PHP Programming]]></series:name>
	</item>
		<item>
		<title>How To Pack And Send Your Android Studio Project</title>
		<link>https://duskosavic.com/blog/programming/how-to-pack-and-send-your-android-studio-project/</link>
					<comments>https://duskosavic.com/blog/programming/how-to-pack-and-send-your-android-studio-project/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Fri, 02 Sep 2016 07:07:33 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=816</guid>

					<description><![CDATA[<p>If you are working as a developer for a client or if you are creating your own app in Android Studio and want to send it to a developer, here is what you do. In a nutshell, &#8212; find the &#8230; <a href="https://duskosavic.com/blog/programming/how-to-pack-and-send-your-android-studio-project/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/how-to-pack-and-send-your-android-studio-project/">How To Pack And Send Your Android Studio Project</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/how-to-pack-and-send-your-android-studio-project/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Toothache Help Android App</title>
		<link>https://duskosavic.com/blog/help-apps-for-android/toothache-help-android-app/</link>
					<comments>https://duskosavic.com/blog/help-apps-for-android/toothache-help-android-app/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sat, 16 Jul 2016 12:36:13 +0000</pubDate>
				<category><![CDATA[Help Apps for Android]]></category>
		<category><![CDATA[Help Apps]]></category>
		<category><![CDATA[toothache]]></category>
		<category><![CDATA[herbal cures for toothache]]></category>
		<category><![CDATA[chinese herbal cures for toothache]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=804</guid>

					<description><![CDATA[<p>Click here to download the Toothache Help Android App from the Google Play store. Do you want to ease tooth pain, feel fresh, fall into sleep easily, have physical strength and endurance and achieve your work duties and social goals?With &#8230; <a href="https://duskosavic.com/blog/help-apps-for-android/toothache-help-android-app/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/help-apps-for-android/toothache-help-android-app/">Toothache Help Android App</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/help-apps-for-android/toothache-help-android-app/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Help Apps Android]]></series:name>
	</item>
		<item>
		<title>Gastritis Help App Available Both in Google Play and App Store</title>
		<link>https://duskosavic.com/blog/android/gastritis-help-app-available-both-in-google-play-and-app-store/</link>
					<comments>https://duskosavic.com/blog/android/gastritis-help-app-available-both-in-google-play-and-app-store/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sun, 05 Jun 2016 06:59:17 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Dusko Savic Android Apps]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Help Apps for Android]]></category>
		<category><![CDATA[Help Apps for iOS]]></category>
		<category><![CDATA[Help Apps]]></category>
		<category><![CDATA[help apps]]></category>
		<category><![CDATA[stomach pain]]></category>
		<category><![CDATA[gastritis help]]></category>
		<category><![CDATA[gastritis]]></category>
		<category><![CDATA[help apps iOS]]></category>
		<category><![CDATA[help apps Android]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=793</guid>

					<description><![CDATA[<p>Try to relieve gastritis by using alternative medicine methods from this app. Would you like to relieve stomach pain, gain confidence, relax, have control of your life again and achieve your work duties and social goals! [youtube ps6UQod5MQU] You can &#8230; <a href="https://duskosavic.com/blog/android/gastritis-help-app-available-both-in-google-play-and-app-store/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/android/gastritis-help-app-available-both-in-google-play-and-app-store/">Gastritis Help App Available Both in Google Play and App Store</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/android/gastritis-help-app-available-both-in-google-play-and-app-store/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>iOS App Approved in Three Days</title>
		<link>https://duskosavic.com/blog/programming/ios-app-approved-in-three-days/</link>
					<comments>https://duskosavic.com/blog/programming/ios-app-approved-in-three-days/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sun, 05 Jun 2016 06:05:42 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=791</guid>

					<description><![CDATA[<p>It took Apple 20 hours to reach the In Review status for a newly submitted app. The review phase lasted three hours &#8212; the app was rejected because of small fonts for iPad. After submitting new build and version it &#8230; <a href="https://duskosavic.com/blog/programming/ios-app-approved-in-three-days/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/ios-app-approved-in-three-days/">iOS App Approved in Three Days</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/ios-app-approved-in-three-days/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>List Of My Services and Prices</title>
		<link>https://duskosavic.com/blog/programming/list-of-my-services-and-prices/</link>
					<comments>https://duskosavic.com/blog/programming/list-of-my-services-and-prices/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sat, 28 May 2016 14:25:16 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Kindle]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps As a Business]]></category>
		<category><![CDATA[Dusko Savic Android Apps]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Monetize Your App]]></category>
		<category><![CDATA[RSS feeds]]></category>
		<category><![CDATA[Apps Marketing]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=779</guid>

					<description><![CDATA[<p>Here is a list of my services and prices, mainly for apps but a few related areas as well Turn your Kindle ebook into an Android app You have already published a Kindle ebook, it is live in the Amazon &#8230; <a href="https://duskosavic.com/blog/programming/list-of-my-services-and-prices/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/list-of-my-services-and-prices/">List Of My Services and Prices</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/list-of-my-services-and-prices/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Porting Kindle Ebooks To Google Play and App Stores, in English and Chinese</title>
		<link>https://duskosavic.com/blog/programming/porting-kindle-ebooks-to-google-play-and-app-stores-in-english-and-chinese/</link>
					<comments>https://duskosavic.com/blog/programming/porting-kindle-ebooks-to-google-play-and-app-stores-in-english-and-chinese/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sat, 28 May 2016 10:53:13 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Kindle]]></category>
		<category><![CDATA[End Time Series]]></category>
		<category><![CDATA[Android apps]]></category>
		<category><![CDATA[kindle ebooks]]></category>
		<category><![CDATA[iOS apps]]></category>
		<category><![CDATA[Kindle apps]]></category>
		<category><![CDATA[from Kindle to apps]]></category>
		<category><![CDATA[publishing apps]]></category>
		<category><![CDATA[dusko savic]]></category>
		<category><![CDATA[Numerical Root Calculator]]></category>
		<category><![CDATA[Numerical Root Calculator Android app]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[Numerical Root Calculator iOS app]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=772</guid>

					<description><![CDATA[<p>I have successfully ported my own Kindle books to apps and I have done that for other publishers. Here is an example of my work for another publisher, for Android: https://play.google.com/store/apps/details&#8230; &#160; and here is the same account in the &#8230; <a href="https://duskosavic.com/blog/programming/porting-kindle-ebooks-to-google-play-and-app-stores-in-english-and-chinese/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/porting-kindle-ebooks-to-google-play-and-app-stores-in-english-and-chinese/">Porting Kindle Ebooks To Google Play and App Stores, in English and Chinese</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/porting-kindle-ebooks-to-google-play-and-app-stores-in-english-and-chinese/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Maps Overlayed &#8212; User&#8217;s Manual for the New Plugin</title>
		<link>https://duskosavic.com/blog/programming/maps-overlayed-users-manual-for-the-new-buzztouch-plugin/</link>
					<comments>https://duskosavic.com/blog/programming/maps-overlayed-users-manual-for-the-new-buzztouch-plugin/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Tue, 28 Jul 2015 21:43:12 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=744</guid>

					<description><![CDATA[<p>Starting with Relocation Map, we come to the new Maps Overlayed plugin. It is a strict superset of the Relocations Map plugin. Section Map Overlay Behavior provides a switch: Operate as normal map If this is chosen, the entire plugin &#8230; <a href="https://duskosavic.com/blog/programming/maps-overlayed-users-manual-for-the-new-buzztouch-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/maps-overlayed-users-manual-for-the-new-buzztouch-plugin/">Maps Overlayed &#8212; User&#8217;s Manual for the New Plugin</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/maps-overlayed-users-manual-for-the-new-buzztouch-plugin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Tutorial For A New Version of the Location Map Plugin for iOS</title>
		<link>https://duskosavic.com/blog/programming/tutorial-for-a-new-version-of-the-location-map-plugin-for-buzztouch-ios/</link>
					<comments>https://duskosavic.com/blog/programming/tutorial-for-a-new-version-of-the-location-map-plugin-for-buzztouch-ios/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Fri, 17 Jul 2015 02:28:54 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Location Map plucin]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=727</guid>

					<description><![CDATA[<p>Here is how to use the current version of the Location Map plugin. As it stands, this combination works. You will be able to enter new points, connect already existing screens to them, zoom at will, tap to go to &#8230; <a href="https://duskosavic.com/blog/programming/tutorial-for-a-new-version-of-the-location-map-plugin-for-buzztouch-ios/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/tutorial-for-a-new-version-of-the-location-map-plugin-for-buzztouch-ios/">Tutorial For A New Version of the Location Map Plugin for iOS</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/tutorial-for-a-new-version-of-the-location-map-plugin-for-buzztouch-ios/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Low Carb Recipes And Videos (Android App) &#8212; Create Low Carb Menus On the Fly</title>
		<link>https://duskosavic.com/blog/programming/easy-low-carb-recipes-a-new-android-app-with-a-favourites-plugin/</link>
					<comments>https://duskosavic.com/blog/programming/easy-low-carb-recipes-a-new-android-app-with-a-favourites-plugin/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sun, 17 May 2015 11:19:17 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[low carb recipes]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=702</guid>

					<description><![CDATA[<p>Low Carb Recipes And Videos (Low Carb Recipes And Videos, Android app) will help you select low carb recipes to form a menu from a list out of 76 recipes preinstalled in this app. The recipes are broken into the &#8230; <a href="https://duskosavic.com/blog/programming/easy-low-carb-recipes-a-new-android-app-with-a-favourites-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/easy-low-carb-recipes-a-new-android-app-with-a-favourites-plugin/">Low Carb Recipes And Videos (Android App) &#8212; Create Low Carb Menus On the Fly</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/easy-low-carb-recipes-a-new-android-app-with-a-favourites-plugin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ambient Music New &#8212; A New App, With A New Video Plugin</title>
		<link>https://duskosavic.com/blog/programming/ambient-music-new-a-new-app-with-a-new-video-plugin/</link>
					<comments>https://duskosavic.com/blog/programming/ambient-music-new-a-new-app-with-a-new-video-plugin/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Thu, 14 May 2015 15:31:03 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps As a Business]]></category>
		<category><![CDATA[Dusko Savic Android Apps]]></category>
		<category><![CDATA[Monetize Your App]]></category>
		<category><![CDATA[YouTube Player API for Android]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Android apps]]></category>
		<category><![CDATA[app development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[duskosavic.com]]></category>
		<category><![CDATA[sell plugins]]></category>
		<category><![CDATA[dusko savic]]></category>
		<category><![CDATA[programming]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=688</guid>

					<description><![CDATA[<p>I have a new app, called Ambient Music New: https://play.google.com/store/apps/details?id=com.ambientmusicnew If you want to listen to non-intrusive music while you do something else, this Android app is for you. (See the description below.) From the programmer&#8217;s point of view, there &#8230; <a href="https://duskosavic.com/blog/programming/ambient-music-new-a-new-app-with-a-new-video-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/ambient-music-new-a-new-app-with-a-new-video-plugin/">Ambient Music New &#8212; A New App, With A New Video Plugin</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/ambient-music-new-a-new-app-with-a-new-video-plugin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Convert an Existing App From iOS to Android</title>
		<link>https://duskosavic.com/blog/programming/how-to-convert-an-existing-buzztouch-app-from-ios-to-android/</link>
					<comments>https://duskosavic.com/blog/programming/how-to-convert-an-existing-buzztouch-app-from-ios-to-android/#respond</comments>
		
		<dc:creator><![CDATA[Dusko]]></dc:creator>
		<pubDate>Sat, 21 Mar 2015 14:13:06 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[android]]></category>
		<guid isPermaLink="false">http://duskosavic.com/blog/?p=683</guid>

					<description><![CDATA[<p>Would it be difficult to convert and existing BT app from iOS to Android? Both yes and no. If you have been using only plugins that are available for both platforms, chances are that you will not have many problems &#8230; <a href="https://duskosavic.com/blog/programming/how-to-convert-an-existing-buzztouch-app-from-ios-to-android/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://duskosavic.com/blog/programming/how-to-convert-an-existing-buzztouch-app-from-ios-to-android/">How To Convert an Existing App From iOS to Android</a> appeared first on <a href="https://duskosavic.com/blog">DuskoSavic.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://duskosavic.com/blog/programming/how-to-convert-an-existing-buzztouch-app-from-ios-to-android/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
