I m trying to understand the concept of fragment on android. The official pages has some code snippets and a link mentioning the entire source code called FragementLayout.java.
However on clicking it , I get redirected to this page
http://developer.android.com/tools/samples/index.html
Which says the source code is available in the samples directory where the sdk has been installed. I tried checking out samples of various different API levels (8, 11, 17) but could not find the source code for fragments tutorial. Does any body know where it is ?