<?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>DroidLabs</title>
	<atom:link href="https://droidlabs.net/feed/" rel="self" type="application/rss+xml" />
	<link>https://droidlabs.net</link>
	<description>Simplify your mobile life</description>
	<lastBuildDate>Sat, 11 Apr 2015 09:41:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.8</generator>
	<item>
		<title>Dagger 2.0 &#8211; new dependency injection for Android</title>
		<link>https://droidlabs.net/blog/dagger-2-0-new-dependency-injection-for-android/</link>
					<comments>https://droidlabs.net/blog/dagger-2-0-new-dependency-injection-for-android/#respond</comments>
		
		<dc:creator><![CDATA[Radek Piekarz]]></dc:creator>
		<pubDate>Fri, 05 Dec 2014 22:13:11 +0000</pubDate>
				<category><![CDATA[Talks]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[dagger]]></category>
		<category><![CDATA[dependency injection]]></category>
		<category><![CDATA[droidcon]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[talk]]></category>
		<guid isPermaLink="false">http://droidlabs.net/?p=145</guid>

					<description><![CDATA[Just really short introduction to Dagger 2.0 during Droidcon Krakow 2014. I truly recommend watching the presentation from Gregory Kick about Dagger 2.0. If you want to know more about Dagger 2.0 you should also check Jake Wharton talk from Devoxx 2014.]]></description>
										<content:encoded><![CDATA[<p>Just really short introduction to Dagger 2.0 during <a href="http://droidcon.pl/">Droidcon Krakow</a> 2014.</p>
<p><span id="more-145"></span></p>
<p><script class="speakerdeck-embed" src="//speakerdeck.com/assets/embed.js" async="" data-id="47154e405ef5013240417a4cc13cc250" data-ratio="1.77777777777778"></script></p>
<p><a target="_blank" class="button light big d3" href="https://github.com/radzio/dagger2-example"><i class="icon-github-sign"></i>Sample code</a> <a target="_blank" class="button light big d3" href="https://github.com/google/dagger/tree/master/examples"><i class="icon-github-sign"></i>Official examples</a></p>
<p>I truly recommend watching the presentation from <a href="https://plus.google.com/+GregoryKick/posts">Gregory Kick</a> about Dagger 2.0.</p>
<p><iframe width="651" height="315" src="//www.youtube.com/embed/oK_XtfXPkqw" frameborder="0" allowfullscreen></iframe></p>
<p>If you want to know more about Dagger 2.0 you should also check Jake Wharton talk from Devoxx 2014.</p>
<p><script async class="speakerdeck-embed" data-id="3b298de04edb0132348e6661b83ad9a0" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script></p>
]]></content:encoded>
					
					<wfw:commentRss>https://droidlabs.net/blog/dagger-2-0-new-dependency-injection-for-android/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to use MVVM pattern on Android</title>
		<link>https://droidlabs.net/blog/how-to-use-mvvm-pattern-on-android/</link>
					<comments>https://droidlabs.net/blog/how-to-use-mvvm-pattern-on-android/#respond</comments>
		
		<dc:creator><![CDATA[Radek Piekarz]]></dc:creator>
		<pubDate>Thu, 04 Dec 2014 22:29:56 +0000</pubDate>
				<category><![CDATA[Talks]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[design patterns]]></category>
		<category><![CDATA[droidcon]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mvvm]]></category>
		<guid isPermaLink="false">http://droidlabs.net/?p=144</guid>

					<description><![CDATA[During Droidcon Kraków 2014 I&#8217;ve presented how to use Model-View-ViewModel (MVVM) design pattern on the Android platform. I&#8217;ve mainly focused on the RoboBinding framework. I think that currently it is the only reasonable tool which provides a binding mechanism for native Android applications. Beside that I encourage everyone to look at the RoboBinding&#8217;s documentation and... <a class="more-link" href="https://droidlabs.net/blog/how-to-use-mvvm-pattern-on-android/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>During <a href="http://droidcon.pl">Droidcon Kraków</a> 2014 I&#8217;ve presented how to use Model-View-ViewModel (MVVM) design pattern on the Android platform.<br />
<span id="more-144"></span></p>
<p>I&#8217;ve mainly focused on the <a href="https://github.com/RoboBinding/">RoboBinding</a> framework. I think that currently it is the only reasonable tool which provides a binding mechanism for native Android applications.</p>
<p><script async class="speakerdeck-embed" data-id="fbc429405ef3013240427a4cc13cc250" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script></p>
<p><a target="_blank" class="button light big d3" href="https://github.com/radzio/RoboBindingDemo"><i class="icon-github-sign"></i>Sample code</a></p>
<p>Beside that I encourage everyone to look at the RoboBinding&#8217;s <a href="https://robobinding.github.io/RoboBinding/getting_started.html">documentation</a> and please &#8211; give it a chance. Just try to use it ;-)!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://droidlabs.net/blog/how-to-use-mvvm-pattern-on-android/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/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Database Caching 22/29 queries in 0.014 seconds using Disk

Served from: droidlabs.net @ 2026-04-02 06:27:47 by W3 Total Cache
-->