<?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 Example	</title>
	<atom:link href="https://www.truiton.com/2013/05/android-fragmentpageradapter-example/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.truiton.com/2013/05/android-fragmentpageradapter-example/</link>
	<description>Technology Reaching Us In Time - Online</description>
	<lastBuildDate>Mon, 25 Nov 2019 12:04:20 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Hina Arora		</title>
		<link>https://www.truiton.com/2013/05/android-fragmentpageradapter-example/#comment-14760</link>

		<dc:creator><![CDATA[Hina Arora]]></dc:creator>
		<pubDate>Wed, 12 Jul 2017 08:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=332#comment-14760</guid>

					<description><![CDATA[How can we maintain the previous fragment state? 
The problem I am facing is on back pressed from any fragment , it will lead to exit an app.]]></description>
			<content:encoded><![CDATA[<p>How can we maintain the previous fragment state?<br />
The problem I am facing is on back pressed from any fragment , it will lead to exit an app.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pedro		</title>
		<link>https://www.truiton.com/2013/05/android-fragmentpageradapter-example/#comment-14552</link>

		<dc:creator><![CDATA[Pedro]]></dc:creator>
		<pubDate>Thu, 22 Jun 2017 13:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=332#comment-14552</guid>

					<description><![CDATA[Hey, I am implementing your solution for FragmentPagerAdapter (kind of), but with some modification. 

The main modification is that images are loaded into each &quot;slide&quot; by clicking the corresponding ImageView, up to 6 images

My problem: everything works fine, images are loaded by clicking on the ImageView and displayed correctly, however, let&#039;s say I click and load image #0, them move forward to image #3, now if I go back to image #0 it is gone....any clue or suggestion about it??.

Thanks.]]></description>
			<content:encoded><![CDATA[<p>Hey, I am implementing your solution for FragmentPagerAdapter (kind of), but with some modification. </p>
<p>The main modification is that images are loaded into each &#8220;slide&#8221; by clicking the corresponding ImageView, up to 6 images</p>
<p>My problem: everything works fine, images are loaded by clicking on the ImageView and displayed correctly, however, let&#8217;s say I click and load image #0, them move forward to image #3, now if I go back to image #0 it is gone&#8230;.any clue or suggestion about it??.</p>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bhavin		</title>
		<link>https://www.truiton.com/2013/05/android-fragmentpageradapter-example/#comment-14195</link>

		<dc:creator><![CDATA[Bhavin]]></dc:creator>
		<pubDate>Tue, 23 May 2017 18:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=332#comment-14195</guid>

					<description><![CDATA[Hello, 

Nice tutorial.. My question is, if i open fragment within fragment , then how i can?

Thankz]]></description>
			<content:encoded><![CDATA[<p>Hello, </p>
<p>Nice tutorial.. My question is, if i open fragment within fragment , then how i can?</p>
<p>Thankz</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kundan kamal		</title>
		<link>https://www.truiton.com/2013/05/android-fragmentpageradapter-example/#comment-13928</link>

		<dc:creator><![CDATA[kundan kamal]]></dc:creator>
		<pubDate>Wed, 26 Apr 2017 07:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=332#comment-13928</guid>

					<description><![CDATA[Nice Tutorial its helps me loat]]></description>
			<content:encoded><![CDATA[<p>Nice Tutorial its helps me loat</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ameya		</title>
		<link>https://www.truiton.com/2013/05/android-fragmentpageradapter-example/#comment-9627</link>

		<dc:creator><![CDATA[Ameya]]></dc:creator>
		<pubDate>Thu, 10 Mar 2016 09:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=332#comment-9627</guid>

					<description><![CDATA[I&#039;ve created a tablayout with Viewpager.The Tablayout has three 3 fragments &#039;Photo&#039;,&#039;Video&#039;,&#039;Docs&#039;. Each fragment has a gridview. In &#039;Photo&#039; fragment images are loaded to the gridview as thumbnails, In &#039;Video&#039; fragment videos are loaded to the gridview as thumbnails and so on. When an image is loaded to the Gridview in &#039;Photo&#039; fragment and after that when the application is killed and opened again, the Gridview has lost its state that is it doesn&#039;t have the uploaded images. I know this is happening because the onCreateView is creating the entire UI again. But how to save the State of the Fragment before it gets killed ?

Can you please make an example demonstrating how to save the state of the fragments which have gridview !

Thank you in advance.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve created a tablayout with Viewpager.The Tablayout has three 3 fragments &#8216;Photo&#8217;,&#8217;Video&#8217;,&#8217;Docs&#8217;. Each fragment has a gridview. In &#8216;Photo&#8217; fragment images are loaded to the gridview as thumbnails, In &#8216;Video&#8217; fragment videos are loaded to the gridview as thumbnails and so on. When an image is loaded to the Gridview in &#8216;Photo&#8217; fragment and after that when the application is killed and opened again, the Gridview has lost its state that is it doesn&#8217;t have the uploaded images. I know this is happening because the onCreateView is creating the entire UI again. But how to save the State of the Fragment before it gets killed ?</p>
<p>Can you please make an example demonstrating how to save the state of the fragments which have gridview !</p>
<p>Thank you in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mohit Gupt		</title>
		<link>https://www.truiton.com/2013/05/android-fragmentpageradapter-example/#comment-9073</link>

		<dc:creator><![CDATA[Mohit Gupt]]></dc:creator>
		<pubDate>Sat, 19 Dec 2015 15:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=332#comment-9073</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.truiton.com/2013/05/android-fragmentpageradapter-example/#comment-9068&quot;&gt;Kunal&lt;/a&gt;.

You can read this tutorial:
http://www.truiton.com/2015/06/android-tabs-example-fragments-viewpager/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.truiton.com/2013/05/android-fragmentpageradapter-example/#comment-9068">Kunal</a>.</p>
<p>You can read this tutorial:<br />
<a href="http://www.truiton.com/2015/06/android-tabs-example-fragments-viewpager/" rel="ugc">http://www.truiton.com/2015/06/android-tabs-example-fragments-viewpager/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kunal		</title>
		<link>https://www.truiton.com/2013/05/android-fragmentpageradapter-example/#comment-9068</link>

		<dc:creator><![CDATA[Kunal]]></dc:creator>
		<pubDate>Sat, 19 Dec 2015 06:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=332#comment-9068</guid>

					<description><![CDATA[Thanks a ton!!!!!!!
It worked flawlessly for me.

Can you extend this tutorial till adding a PageTabStrip.... please!!!!]]></description>
			<content:encoded><![CDATA[<p>Thanks a ton!!!!!!!<br />
It worked flawlessly for me.</p>
<p>Can you extend this tutorial till adding a PageTabStrip&#8230;. please!!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hesam		</title>
		<link>https://www.truiton.com/2013/05/android-fragmentpageradapter-example/#comment-8389</link>

		<dc:creator><![CDATA[hesam]]></dc:creator>
		<pubDate>Tue, 13 Oct 2015 09:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=332#comment-8389</guid>

					<description><![CDATA[tankyou]]></description>
			<content:encoded><![CDATA[<p>tankyou</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Naveen		</title>
		<link>https://www.truiton.com/2013/05/android-fragmentpageradapter-example/#comment-3856</link>

		<dc:creator><![CDATA[Naveen]]></dc:creator>
		<pubDate>Fri, 06 Jun 2014 21:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=332#comment-3856</guid>

					<description><![CDATA[Nice tutorial.. great post,

I want check a flag true or false on the basis of that I want make Pager swipe enable or disable.

Please help me how to do that.]]></description>
			<content:encoded><![CDATA[<p>Nice tutorial.. great post,</p>
<p>I want check a flag true or false on the basis of that I want make Pager swipe enable or disable.</p>
<p>Please help me how to do that.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: srinivas		</title>
		<link>https://www.truiton.com/2013/05/android-fragmentpageradapter-example/#comment-3727</link>

		<dc:creator><![CDATA[srinivas]]></dc:creator>
		<pubDate>Fri, 16 May 2014 02:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.truiton.com/?p=332#comment-3727</guid>

					<description><![CDATA[Very helpfull post.]]></description>
			<content:encoded><![CDATA[<p>Very helpfull post.</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-07-13 11:22:59 by W3 Total Cache
-->