<?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>Techie Dreams</title>
	<atom:link href="https://techiedreams.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://techiedreams.com</link>
	<description>Publishing Tech News, Tutorials and Articles about Android, Web Design, Computer, Internet.</description>
	<lastBuildDate>Sun, 02 Mar 2025 13:57:47 +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>
	<item>
		<title>Simple Todo App using Google Polymer</title>
		<link>https://techiedreams.com/simple-todo-app-using-google-polymer/</link>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Thu, 02 Jan 2025 13:45:12 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[polymer]]></category>
		<guid isPermaLink="false">https://techiedreams.com/?p=56</guid>

					<description><![CDATA[<p>Polymer is a framework used to build Modern Mobile First Web Apps. If you are familiar with AngularJS, where we use Directives to create re-usable Components, similar way in Polymer we can extend the HTML and create custom Tag with a specific feature. HTML5 has already introduced many Semantic Tags to make the html code [&#8230;]</p>
<p>The post <a href="https://techiedreams.com/simple-todo-app-using-google-polymer/">Simple Todo App using Google Polymer</a> first appeared on <a href="https://techiedreams.com">Techie Dreams</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>Android custom GridView scalable (auto adjusting col width)</title>
		<link>https://techiedreams.com/android-custom-gridview-scalable-auto-adjusting-col-width/</link>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Fri, 20 Dec 2024 10:29:30 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<guid isPermaLink="false">https://techiedreams.com/?p=45</guid>

					<description><![CDATA[<p>Its all ways annoying when using Android grid view because the cols are not free flowing even though we set the cols to expand and the solution is we need to set the col width dynamically by calculating with the screen width to the number of cols drawn. This is what we are going to [&#8230;]</p>
<p>The post <a href="https://techiedreams.com/android-custom-gridview-scalable-auto-adjusting-col-width/">Android custom GridView scalable (auto adjusting col width)</a> first appeared on <a href="https://techiedreams.com">Techie Dreams</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>Adobe illustrator creating custom arrows (curved, dashed…)</title>
		<link>https://techiedreams.com/adobe-illustrator-creating-custom-arrows-curved-dashed/</link>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Tue, 12 Nov 2024 12:23:12 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[illustrator]]></category>
		<guid isPermaLink="false">https://techiedreams.com/?p=43</guid>

					<description><![CDATA[<p>Illustrating an image or a picture by drawing some lines, arrows and some texts would give more information to the user rather than just showing it. This tutorial will focus on drawing custom arrows. Creating custom arrows with &#8220;Photoshop&#8221; is little over head than in Illustrator. Using illustrator we can create a custom arrow in [&#8230;]</p>
<p>The post <a href="https://techiedreams.com/adobe-illustrator-creating-custom-arrows-curved-dashed/">Adobe illustrator creating custom arrows (curved, dashed…)</a> first appeared on <a href="https://techiedreams.com">Techie Dreams</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>Grunt Vs Gulp – Javascript front end Build Tools</title>
		<link>https://techiedreams.com/grunt-vs-gulp-javascript-front-end-build-tools/</link>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Fri, 25 Oct 2024 14:23:50 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[grunt]]></category>
		<category><![CDATA[gulp]]></category>
		<category><![CDATA[javascript]]></category>
		<guid isPermaLink="false">https://techiedreams.com/?p=39</guid>

					<description><![CDATA[<p>As you know, both grunt and gulp are tools used in the front-end development to build the javascript projects. Each tool has its own syntax and guidelines but at the end their main goal is to create the build for the javascript project. After spending much time on grunt and gulp, I decided to go [&#8230;]</p>
<p>The post <a href="https://techiedreams.com/grunt-vs-gulp-javascript-front-end-build-tools/">Grunt Vs Gulp – Javascript front end Build Tools</a> first appeared on <a href="https://techiedreams.com">Techie Dreams</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>Android Layouts explained with examples</title>
		<link>https://techiedreams.com/android-layouts-explained-with-examples/</link>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Thu, 24 Oct 2024 10:23:07 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<guid isPermaLink="false">https://techiedreams.com/?p=36</guid>

					<description><![CDATA[<p>Layouts are the design elements of any Application. Layouts in Android Provides the most basic parts of the UI. Android-SDK provides few different Layouts, basic among them are: 1. Linear Layout (Vertical &#38; Horizontal) 2. Relative Layout 3. Table Layout Other Layouts include: 4. Grid Layout 5. Frame Layout Note: This tutorial focuses on the [&#8230;]</p>
<p>The post <a href="https://techiedreams.com/android-layouts-explained-with-examples/">Android Layouts explained with examples</a> first appeared on <a href="https://techiedreams.com">Techie Dreams</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>Android custom Grid View with zoom-in animation effect</title>
		<link>https://techiedreams.com/android-custom-grid-view-with-zoom-in-animation-effect/</link>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Wed, 23 Oct 2024 15:11:27 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<guid isPermaLink="false">https://techiedreams.com/?p=33</guid>

					<description><![CDATA[<p>In a Grid View all the views are arranged in the grid fashion. We can customize a Grid View by creating a custom layout for the contents of the grid item. Here in this example we create a Grid View with the grids containing a simple layout have an Image View that holds a thumbnail. [&#8230;]</p>
<p>The post <a href="https://techiedreams.com/android-custom-grid-view-with-zoom-in-animation-effect/">Android custom Grid View with zoom-in animation effect</a> first appeared on <a href="https://techiedreams.com">Techie Dreams</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>Android zxing Barcode scanner integration</title>
		<link>https://techiedreams.com/android-zxing-barcode-scanner-integration/</link>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Tue, 22 Oct 2024 12:15:20 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<guid isPermaLink="false">https://techiedreams.com/?p=26</guid>

					<description><![CDATA[<p>Applications where we need a barcode scanner integrated in our app, the best and first scanner library hits you is zxing. So lets get started how to build and integrate the library to our Project. Final results: Step 1: Download the Zxing sources from Git: https://github.com/zxing/zxing Step 2: For building the Zxing library project you [&#8230;]</p>
<p>The post <a href="https://techiedreams.com/android-zxing-barcode-scanner-integration/">Android zxing Barcode scanner integration</a> first appeared on <a href="https://techiedreams.com">Techie Dreams</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>Gmail like – Flip animated Multi selection list view with action mode</title>
		<link>https://techiedreams.com/gmail-like-flip-animated-multi-selection-list-view-with-action-mode/</link>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Mon, 21 Oct 2024 21:10:15 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<guid isPermaLink="false">https://techiedreams.com/?p=22</guid>

					<description><![CDATA[<p>Android Gmail App has a very beautiful and smooth multi selection list, where you can select multiple items and perform an action over the selected items. Here in this tutorial we are going to create a similar effect on custom list where we have a image and a title and on-click of the image it [&#8230;]</p>
<p>The post <a href="https://techiedreams.com/gmail-like-flip-animated-multi-selection-list-view-with-action-mode/">Gmail like – Flip animated Multi selection list view with action mode</a> first appeared on <a href="https://techiedreams.com">Techie Dreams</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>Android RSS Reader – Part 3: Refresh – ActionBar item with animation</title>
		<link>https://techiedreams.com/android-rss-reader-part-3-action-bar-with-animated-item/</link>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Fri, 18 Oct 2024 12:38:52 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<guid isPermaLink="false">https://techiedreams.com/?p=18</guid>

					<description><![CDATA[<p>Again this is in continuation with the RSS Reader Part 2 in the RSS Reader Series. In this tutorial we will introduce the ‘ActionBar’ and have a refresh item which refreshes the List with a rotating animation effect, a share action bar item in the description view to share the the news. Here’s the video [&#8230;]</p>
<p>The post <a href="https://techiedreams.com/android-rss-reader-part-3-action-bar-with-animated-item/">Android RSS Reader – Part 3: Refresh – ActionBar item with animation</a> first appeared on <a href="https://techiedreams.com">Techie Dreams</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>Android RSS Reader – Part Two (Offline reading, Swipe through detail views)</title>
		<link>https://techiedreams.com/android-rss-reader-part-two-offline-reading-swipe-through-detail-views/</link>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Thu, 17 Oct 2024 14:36:22 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<guid isPermaLink="false">https://techiedreams.com/?p=14</guid>

					<description><![CDATA[<p>This post is in continuation with the previous Post (Android Simple RSS Reader with Splash Screen and Custom List View.), where we learnt to parse an xml and show that in a ListView followed by a Detail View. In this tutorial we will add some features like ‘offline reading’ and ‘swipe through detail views’. Here’s [&#8230;]</p>
<p>The post <a href="https://techiedreams.com/android-rss-reader-part-two-offline-reading-swipe-through-detail-views/">Android RSS Reader – Part Two (Offline reading, Swipe through detail views)</a> first appeared on <a href="https://techiedreams.com">Techie Dreams</a>.</p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
