<?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/"
	>

<channel>
	<title>iOS Archives - Timo Ernst</title>
	<atom:link href="https://www.timo-ernst.net/blog/tag/ios/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/tag/ios/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Sun, 18 Oct 2020 18:32:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.timo-ernst.net/wp-content/uploads/2021/03/cropped-Timo-Ernst-Small-32x32.jpg</url>
	<title>iOS Archives - Timo Ernst</title>
	<link>https://www.timo-ernst.net/blog/tag/ios/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Can You Code On iPhone?</title>
		<link>https://www.timo-ernst.net/blog/2020/10/13/can-you-code-on-iphone/</link>
					<comments>https://www.timo-ernst.net/blog/2020/10/13/can-you-code-on-iphone/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Tue, 13 Oct 2020 19:46:50 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[playjs]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4316</guid>

					<description><![CDATA[<p>Few days ago while watching the Apple iPhone 12 keynote I wondered – Could you use this thing as a device to do programming on? So I tried. In this Video I will try to build a React + Node/Express app entirely on my iPhone SE using my favourite iOS IDE PlayJs.</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2020/10/13/can-you-code-on-iphone/">Can You Code On iPhone?</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2020/05/02/can-you-code-on-an-ipad-pro/" rel="bookmark" title="Can you code on an iPad Pro?">Can you code on an iPad Pro?</a></li>
<li><a href="https://www.timo-ernst.net/blog/2020/11/25/testing-if-iphone-12-mini-is-a-worthy-upgrade-for-iphone-5-5s-se/" rel="bookmark" title="Is iPhone 12 Mini a Worthy Upgrade for iPhone 5/5s/SE?">Is iPhone 12 Mini a Worthy Upgrade for iPhone 5/5s/SE?</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/" rel="bookmark" title="Tutorial: Auto-Complete Search with React, Node and Framework7">Tutorial: Auto-Complete Search with React, Node and Framework7</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2020/10/13/can-you-code-on-iphone/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Can you code on an iPad Pro?</title>
		<link>https://www.timo-ernst.net/blog/2020/05/02/can-you-code-on-an-ipad-pro/</link>
					<comments>https://www.timo-ernst.net/blog/2020/05/02/can-you-code-on-an-ipad-pro/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Sat, 02 May 2020 20:01:54 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPad Pro]]></category>
		<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4201</guid>

					<description><![CDATA[<p>In this video I&#8217;m looking at various IDE apps for iPad OS and test if you can actually code on an iPad Pro with mouse and keyboard. For the future I am thinking about creating an in-depth video about PlayJS IDE app for iPadOS – it&#8217;s pretty cool. Would you be interested to watch it? [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2020/05/02/can-you-code-on-an-ipad-pro/">Can you code on an iPad Pro?</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2020/10/13/can-you-code-on-iphone/" rel="bookmark" title="Can You Code On iPhone?">Can You Code On iPhone?</a></li>
<li><a href="https://www.timo-ernst.net/blog/2021/05/05/parallax-beginner-tutorial-a-cool-3d-effect-with-html-css-javascript/" rel="bookmark" title="Parallax Beginner Tutorial: A Cool 3D Effect With HTML, CSS, JavaScript">Parallax Beginner Tutorial: A Cool 3D Effect With HTML, CSS, JavaScript</a></li>
<li><a href="https://www.timo-ernst.net/blog/2019/09/04/can-i-teach-her-how-to-code/" rel="bookmark" title="Can I Teach Her How to Code?">Can I Teach Her How to Code?</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2020/05/02/can-you-code-on-an-ipad-pro/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PhoneGap/Cordova templates for VueJS with Framework7</title>
		<link>https://www.timo-ernst.net/blog/2017/01/15/phonegapcordova-templates-for-vuejs-with-framework7/</link>
					<comments>https://www.timo-ernst.net/blog/2017/01/15/phonegapcordova-templates-for-vuejs-with-framework7/#comments</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Sun, 15 Jan 2017 11:39:42 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cordova]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[phonegap]]></category>
		<category><![CDATA[VueJS]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=3601</guid>

					<description><![CDATA[<p>Stop! Before you read on, you might wanna check out the 2018-version of this article! The following article is from January 15th, 2017 and is only kept for archiving reasons! PhoneGap development with VueJS and Framework7 seems to gain more traction lately and there are 2 new templates that help you get started easily. One [&#8230;]</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2017/01/15/phonegapcordova-templates-for-vuejs-with-framework7/">PhoneGap/Cordova templates for VueJS with Framework7</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2018/05/01/2018-framework7-v2-templates-for-vue-phonegap-cordova/" rel="bookmark" title="2018 Framework7 V2 templates for Vue + PhoneGap/Cordova">2018 Framework7 V2 templates for Vue + PhoneGap/Cordova</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/05/28/deploy-framework7-apps-to-android-with-phonegap-cordova-beginner-tutorial/" rel="bookmark" title="Deploy Framework7 apps to Android with PhoneGap/Cordova | Beginner Tutorial">Deploy Framework7 apps to Android with PhoneGap/Cordova | Beginner Tutorial</a></li>
<li><a href="https://www.timo-ernst.net/blog/2017/01/09/tutorial-create-a-twitter-app-with-vuejs-framework7-phonegap-and-webpack-episode-01/" rel="bookmark" title="Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap">Tutorial: Create a Twitter app with Vue.js, Framework7 and PhoneGap</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2017/01/15/phonegapcordova-templates-for-vuejs-with-framework7/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
