Back to project page photogallery.
The source code is released under:
Apache License
If you think the Android project photogallery listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.donnemartin.android.photogallery; /* w w w. j a v a 2 s . co m*/ import android.support.v4.app.Fragment; public class PhotoPageActivity extends SingleFragmentActivity { @Override public Fragment createFragment() { return new PhotoPageFragment(); } }