<?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>Pavan &#8211; opencodez</title>
	<atom:link href="https://www.opencodez.com/author/pavans/feed" rel="self" type="application/rss+xml" />
	<link>https://www.opencodez.com</link>
	<description>develope &#124; share &#124; reuse</description>
	<lastBuildDate>Thu, 21 May 2020 10:02:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<!--Theme by MyThemeShop.com-->
	<item>
		<title>What is Full Stack Developer? Simple Easy Guide To Become The One</title>
		<link>https://www.opencodez.com/how-to-guide/full-stack-developer.htm</link>
					<comments>https://www.opencodez.com/how-to-guide/full-stack-developer.htm#respond</comments>
		
		<dc:creator><![CDATA[Pavan]]></dc:creator>
		<pubDate>Thu, 24 Oct 2019 04:50:47 +0000</pubDate>
				<category><![CDATA[How To Guide]]></category>
		<guid isPermaLink="false">https://www.opencodez.com/?p=4843</guid>

					<description><![CDATA[Full Stack Developer is the latest trend going on in the job market. If you look across various job portals you can easily spot the demand for Full Stack Developers these days. And in fact, they are attracting a good salary also. Many of us might be having the required skills or experience of full-stack, [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.opencodez.com/how-to-guide/full-stack-developer.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>React Native:Tutorial #7 &#8211; Top 10 React Native Libraries</title>
		<link>https://www.opencodez.com/react-native/top-10-react-native-libraries.htm</link>
					<comments>https://www.opencodez.com/react-native/top-10-react-native-libraries.htm#respond</comments>
		
		<dc:creator><![CDATA[Pavan]]></dc:creator>
		<pubDate>Wed, 11 Sep 2019 05:54:23 +0000</pubDate>
				<category><![CDATA[React Native]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">https://www.opencodez.com/?p=4695</guid>

					<description><![CDATA[React Native community is huge. Most web developers prefer to learn React Native than two languages for android and iOS. Almost in any development framework, it is really hard to do the development without using any third-party libraries. If you are familiar with react.js, you will find many common libraries in React Native. In this [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.opencodez.com/react-native/top-10-react-native-libraries.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>React Native:Tutorial #6 – React Native Animation</title>
		<link>https://www.opencodez.com/react-native/react-native-animation.htm</link>
					<comments>https://www.opencodez.com/react-native/react-native-animation.htm#respond</comments>
		
		<dc:creator><![CDATA[Pavan]]></dc:creator>
		<pubDate>Mon, 09 Sep 2019 05:00:48 +0000</pubDate>
				<category><![CDATA[React Native]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">https://www.opencodez.com/?p=4675</guid>

					<description><![CDATA[One of the best way to improve user experience in mobile application is to use animation. In Android and iOS native development, animation is handled differently. Also, not all animations available in Android can be implemented in iOS and vice versa. React Native Animation provides following two APIs to implement animation in both Android and [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.opencodez.com/react-native/react-native-animation.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>React Native:Tutorial #5 – React Native API Integration</title>
		<link>https://www.opencodez.com/react-native/react-native-api-integration.htm</link>
					<comments>https://www.opencodez.com/react-native/react-native-api-integration.htm#respond</comments>
		
		<dc:creator><![CDATA[Pavan]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 06:03:18 +0000</pubDate>
				<category><![CDATA[React Native]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">https://www.opencodez.com/?p=4661</guid>

					<description><![CDATA[React Native API Integration is one of the easiest way to fetch data from a remote urls. You can user the API integration to use not only GET request but we can also use any other HTTP requests like POST, PUT, DELETE easily on both Android and iOS using a single piece of code. In this tutorial, we [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.opencodez.com/react-native/react-native-api-integration.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>React Native:Tutorial #4 – React Native UI Components</title>
		<link>https://www.opencodez.com/react-native/react-native-ui-components.htm</link>
					<comments>https://www.opencodez.com/react-native/react-native-ui-components.htm#respond</comments>
		
		<dc:creator><![CDATA[Pavan]]></dc:creator>
		<pubDate>Tue, 03 Sep 2019 04:52:34 +0000</pubDate>
				<category><![CDATA[React Native]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">https://www.opencodez.com/?p=4644</guid>

					<description><![CDATA[In this blog post, we will learn few commonly used React Native UI Components. We can use different types of UI elements in a react-native project. But remember that it may look different in an android and iPhone. We will learn how text inputs, touchables and picker with different examples. If you have not read [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.opencodez.com/react-native/react-native-ui-components.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 62/72 objects using disk
Page Caching using disk: enhanced 
Database Caching 1/29 queries in 0.014 seconds using disk

Served from: www.opencodez.com @ 2026-06-24 14:51:44 by W3 Total Cache
-->