<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Android FragmentPagerAdapter vs FragmentStatePagerAdapter	</title>
	<atom:link href="https://www.truiton.com/2013/06/android-fragmentpageradapter-vs-fragmentstatepageradapter/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.truiton.com/2013/06/android-fragmentpageradapter-vs-fragmentstatepageradapter/</link>
	<description>Technology Reaching Us In Time - Online</description>
	<lastBuildDate>Mon, 25 Nov 2019 11:53:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: João Nunes		</title>
		<link>https://www.truiton.com/2013/06/android-fragmentpageradapter-vs-fragmentstatepageradapter/#comment-10344</link>

		<dc:creator><![CDATA[João Nunes]]></dc:creator>
		<pubDate>Mon, 19 Sep 2016 16:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=348#comment-10344</guid>

					<description><![CDATA[Hey Mohit,

First of all, thank you very much for this simple but really good comparison.
I&#039;ve just one question that i think it was not covered. Even if a had few fragments (eg.: 3), if all data of its content came from a webservice call, will be FragmentStatePagerAdapter still recommended ?

Thank in advance.]]></description>
			<content:encoded><![CDATA[<p>Hey Mohit,</p>
<p>First of all, thank you very much for this simple but really good comparison.<br />
I&#8217;ve just one question that i think it was not covered. Even if a had few fragments (eg.: 3), if all data of its content came from a webservice call, will be FragmentStatePagerAdapter still recommended ?</p>
<p>Thank in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kal-el		</title>
		<link>https://www.truiton.com/2013/06/android-fragmentpageradapter-vs-fragmentstatepageradapter/#comment-4676</link>

		<dc:creator><![CDATA[kal-el]]></dc:creator>
		<pubDate>Sun, 31 Aug 2014 13:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=348#comment-4676</guid>

					<description><![CDATA[Extremely helpful and knowledgeable article....
You just saved me rewriting of code....was stuck on similar issue..thanks]]></description>
			<content:encoded><![CDATA[<p>Extremely helpful and knowledgeable article&#8230;.<br />
You just saved me rewriting of code&#8230;.was stuck on similar issue..thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Wagner		</title>
		<link>https://www.truiton.com/2013/06/android-fragmentpageradapter-vs-fragmentstatepageradapter/#comment-4230</link>

		<dc:creator><![CDATA[Wagner]]></dc:creator>
		<pubDate>Thu, 24 Jul 2014 09:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=348#comment-4230</guid>

					<description><![CDATA[Thanks for sharing the knowledge in such a nice way.
Keep doing the good work!
Regards.]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing the knowledge in such a nice way.<br />
Keep doing the good work!<br />
Regards.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Parikshit		</title>
		<link>https://www.truiton.com/2013/06/android-fragmentpageradapter-vs-fragmentstatepageradapter/#comment-3450</link>

		<dc:creator><![CDATA[Parikshit]]></dc:creator>
		<pubDate>Tue, 15 Apr 2014 06:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=348#comment-3450</guid>

					<description><![CDATA[Hi Mohit,

Your Blog was really helpfull.  I  am using  view pager where i show three pages details friends and  albums. Earlier when the fragment activity was using  Fragmentpager adapter  the view pager was not loaded more than once.  It was showing empty contents. But after reading you blog i changed it to FragmentstatePagerAdapter. Its working fine.  but when i come to same activity from some other activity using back button .  nothing is displayed. again three pages are displayed but not contents.

can u  suggest something.

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi Mohit,</p>
<p>Your Blog was really helpfull.  I  am using  view pager where i show three pages details friends and  albums. Earlier when the fragment activity was using  Fragmentpager adapter  the view pager was not loaded more than once.  It was showing empty contents. But after reading you blog i changed it to FragmentstatePagerAdapter. Its working fine.  but when i come to same activity from some other activity using back button .  nothing is displayed. again three pages are displayed but not contents.</p>
<p>can u  suggest something.</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dan		</title>
		<link>https://www.truiton.com/2013/06/android-fragmentpageradapter-vs-fragmentstatepageradapter/#comment-834</link>

		<dc:creator><![CDATA[Dan]]></dc:creator>
		<pubDate>Thu, 26 Sep 2013 03:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=348#comment-834</guid>

					<description><![CDATA[Great explanation; thanks!]]></description>
			<content:encoded><![CDATA[<p>Great explanation; thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mohit Gupt		</title>
		<link>https://www.truiton.com/2013/06/android-fragmentpageradapter-vs-fragmentstatepageradapter/#comment-727</link>

		<dc:creator><![CDATA[Mohit Gupt]]></dc:creator>
		<pubDate>Sun, 15 Sep 2013 04:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=348#comment-727</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.truiton.com/2013/06/android-fragmentpageradapter-vs-fragmentstatepageradapter/#comment-696&quot;&gt;Niranjan&lt;/a&gt;.

Hi Niranjan,

Thanks for the praise. But I am afraid cant help you on this one. I&#039;ve not worked on NavigationDrawer yet. Will update you if I write a tutorial about it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.truiton.com/2013/06/android-fragmentpageradapter-vs-fragmentstatepageradapter/#comment-696">Niranjan</a>.</p>
<p>Hi Niranjan,</p>
<p>Thanks for the praise. But I am afraid cant help you on this one. I&#8217;ve not worked on NavigationDrawer yet. Will update you if I write a tutorial about it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Niranjan		</title>
		<link>https://www.truiton.com/2013/06/android-fragmentpageradapter-vs-fragmentstatepageradapter/#comment-696</link>

		<dc:creator><![CDATA[Niranjan]]></dc:creator>
		<pubDate>Sat, 07 Sep 2013 09:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=348#comment-696</guid>

					<description><![CDATA[Hi Mohit,
   You blog has been a great help for beginners like me. Thanks for this blog and keep this great work of yours up and running. I am stuck with a problem and hoping you can help me to resolve this:

 
I have created a SherlockFragmentActivity that has three fragments for ViewPager. But now I want to use this Activity in NavigationDrawer but I am confused how to do this. Google+ app has this kind of implementation but I am wondering about how to achieve this.

NavigationDrawer will have following UI elements:
1. FragmentActivity(contains three fragment as ViewPager)  
2. Second Fragment
3. Third Fragment

Is this kind of layout possible with Navigation Drawer If yes, how should I do it. If not, what should I do to achieve this kind of navigation in my app.]]></description>
			<content:encoded><![CDATA[<p>Hi Mohit,<br />
   You blog has been a great help for beginners like me. Thanks for this blog and keep this great work of yours up and running. I am stuck with a problem and hoping you can help me to resolve this:</p>
<p>I have created a SherlockFragmentActivity that has three fragments for ViewPager. But now I want to use this Activity in NavigationDrawer but I am confused how to do this. Google+ app has this kind of implementation but I am wondering about how to achieve this.</p>
<p>NavigationDrawer will have following UI elements:<br />
1. FragmentActivity(contains three fragment as ViewPager)<br />
2. Second Fragment<br />
3. Third Fragment</p>
<p>Is this kind of layout possible with Navigation Drawer If yes, how should I do it. If not, what should I do to achieve this kind of navigation in my app.</p>
]]></content:encoded>
		
			</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

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.truiton.com @ 2026-06-30 14:50:49 by W3 Total Cache
-->