<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>moldedbits</title>
		<description>blog</description>		
		<link>http://eng.moldedbits.com</link>
		<atom:link href="http://eng.moldedbits.com/feed.xml" rel="self" type="application/rss+xml" />
		
			<item>
				<title>Android Paging Library with Content Providers</title>
				        
				
					<description>&lt;p&gt;Android Architecture Components recently introduced the &lt;a href=&quot;https://developer.android.com/topic/libraries/architecture/paging&quot;&gt;Paging Library&lt;/a&gt;.The paging library makes it easier for your app to gradually load information as needed from a data source, without overloading the device or waiting too long for a big database query.&lt;/p&gt;

</description>
				
				<pubDate>Wed, 02 May 2018 08:00:00 +0000</pubDate>
				<link>http://eng.moldedbits.com/android/2018/05/02/android-paged-lists.html</link>
				<guid isPermaLink="true">http://eng.moldedbits.com/android/2018/05/02/android-paged-lists.html</guid>
			</item>
		
			<item>
				<title>Using Dagger2 SubComponents to Propagate Dependancies</title>
				        
				
					<description>&lt;p&gt;dependency Injection makes your code scalable and testable. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Dagger2&lt;/code&gt; is almost de-facto dependency Injection framework in Java these days, and, Its supported and used by Google which makes it first choice of all Android Developers.&lt;/p&gt;

</description>
				
				<pubDate>Tue, 09 Jan 2018 08:00:00 +0000</pubDate>
				<link>http://eng.moldedbits.com/android,/dependency/injection/2018/01/09/dagger2-android-subcomponents.html</link>
				<guid isPermaLink="true">http://eng.moldedbits.com/android,/dependency/injection/2018/01/09/dagger2-android-subcomponents.html</guid>
			</item>
		
			<item>
				<title>Jumpstarting Android Projects</title>
				        
				
					<description>&lt;p&gt;Do you remember the last time you setup an Android project? How long did it take you after creating a new android project from Android Studio to customize and scaffold it before you could write the first business logic? Did you remember to setup the&lt;/p&gt;

</description>
				
				<pubDate>Thu, 28 Sep 2017 05:00:00 +0000</pubDate>
				<link>http://eng.moldedbits.com/technical/android/2017/09/28/android-jumpstart.html</link>
				<guid isPermaLink="true">http://eng.moldedbits.com/technical/android/2017/09/28/android-jumpstart.html</guid>
			</item>
		
			<item>
				<title>Fastlane Match - Matchmaker for iOS certificates and profiles</title>
				        
				
					<description>&lt;p&gt;&lt;a href=&quot;https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html&quot;&gt;iOS certificates and Provisioning profiles&lt;/a&gt;, most avoided topic for all iOS developer, specially for all the beginners out there. From iOS 10 onwards signing is required, even for development build and running your application on simulator and devices. So it becomes very important for us to know how to manage our Certificates and Provisioning profiles.&lt;/p&gt;

</description>
				
				<pubDate>Wed, 30 Aug 2017 08:00:00 +0000</pubDate>
				<link>http://eng.moldedbits.com/technical/ios/2017/08/30/fastlane-match-ios.html</link>
				<guid isPermaLink="true">http://eng.moldedbits.com/technical/ios/2017/08/30/fastlane-match-ios.html</guid>
			</item>
		
			<item>
				<title>Typed Notification - iOS</title>
				        
				
					<description>&lt;p&gt;Dealing with &lt;a href=&quot;https://developer.apple.com/documentation/notificationcenter&quot;&gt;NotificationCenter&lt;/a&gt; is daily task for all iOS developers. Either it’s a system notification such as &lt;a href=&quot;https://developer.apple.com/library/content/documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/KeyboardManagement/KeyboardManagement.html&quot;&gt;KeyboardShow/KeyboardHide&lt;/a&gt; or CustomNotification to post some information app wide, we all have used Notifications.&lt;/p&gt;

</description>
				
				<pubDate>Mon, 28 Aug 2017 11:11:11 +0000</pubDate>
				<link>http://eng.moldedbits.com/technical/ios/2017/08/28/typed-notification-ios.html</link>
				<guid isPermaLink="true">http://eng.moldedbits.com/technical/ios/2017/08/28/typed-notification-ios.html</guid>
			</item>
		
			<item>
				<title>The Rx way of doing things</title>
				        
				
					<description>&lt;p&gt;We have been trying to include more and more reactive approach in apps that we build at &lt;a href=&quot;http:///www.moldedbits.com&quot;&gt;moldedbits&lt;/a&gt;. Now that I am little more  comfortable with reactive way of doing things I decided to write a blog on reactive vs imperative way of solving a problem. I will try to explain how reactive programming makes developer’s life easy by doing more in less code.&lt;/p&gt;

</description>
				
				<pubDate>Mon, 28 Aug 2017 08:00:00 +0000</pubDate>
				<link>http://eng.moldedbits.com/reactive-programming/2017/08/28/the-rx-way.html</link>
				<guid isPermaLink="true">http://eng.moldedbits.com/reactive-programming/2017/08/28/the-rx-way.html</guid>
			</item>
		
			<item>
				<title>Should testers learn to code?</title>
				        
				
					<description>&lt;div class=&quot;language-java highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;n&quot;&gt;tester&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;learn&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;code&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;);&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

</description>
				
				<pubDate>Mon, 21 Aug 2017 05:51:59 +0000</pubDate>
				<link>http://eng.moldedbits.com/technical/qa/2017/08/21/should-testers-learn-to-code.html</link>
				<guid isPermaLink="true">http://eng.moldedbits.com/technical/qa/2017/08/21/should-testers-learn-to-code.html</guid>
			</item>
		
			<item>
				<title>Deploy Ember Application on Linode</title>
				        
				
					<description>&lt;p&gt;&lt;em&gt;Note- Target audience for this article are those developers who are new to web development but have some experience in other technologies like mobile or desktop.&lt;/em&gt;&lt;/p&gt;

</description>
				
				<pubDate>Thu, 17 Aug 2017 06:11:15 +0000</pubDate>
				<link>http://eng.moldedbits.com/technical/ember/2017/08/17/Ember-Deploy-Ember-Application-on-Linode.html</link>
				<guid isPermaLink="true">http://eng.moldedbits.com/technical/ember/2017/08/17/Ember-Deploy-Ember-Application-on-Linode.html</guid>
			</item>
		
			<item>
				<title>Frontend challenges for a Backend engineer</title>
				        
				
					<description>&lt;p&gt;I am currently working at moldedbits, after working here for a few months as a back-end engineer, I decided to change my technical area from back-end to the front-end. I believe it is a good move for my career and it will surely add to my benefit. So basically I am drafting this to let you know about the challenges I am facing working on front-end development, after a couple of months experience.&lt;/p&gt;

</description>
				
				<pubDate>Wed, 16 Aug 2017 06:11:15 +0000</pubDate>
				<link>http://eng.moldedbits.com/technical/android/2017/08/16/frontend-challenges-for-backend-engineer.html</link>
				<guid isPermaLink="true">http://eng.moldedbits.com/technical/android/2017/08/16/frontend-challenges-for-backend-engineer.html</guid>
			</item>
		
			<item>
				<title>R2D2 - Save Data securely in Android</title>
				        
				
					<description>&lt;p&gt;R2D2 is an open source android library which helps the user to encrypt and decrypt sensitive data.&lt;/p&gt;

</description>
				
				<pubDate>Thu, 06 Jul 2017 06:11:15 +0000</pubDate>
				<link>http://eng.moldedbits.com/technical/android/2017/07/06/R2D2-Save-Data-securely-in-Android.html</link>
				<guid isPermaLink="true">http://eng.moldedbits.com/technical/android/2017/07/06/R2D2-Save-Data-securely-in-Android.html</guid>
			</item>
		
	</channel>
</rss>
