Back to project page MyResumeAndroidApp.
The source code is released under:
Apache License
If you think the Android project MyResumeAndroidApp 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.fernandocejas.mycv.ui.fragment; //from w w w .jav a 2s .c o m import android.support.v4.app.Fragment; /** * The android10 coder: http://www.android10.org/ * @author Fernando Cejas <http://fernandocejas.com/> */ public abstract class BaseFragment extends Fragment { public BaseFragment() { super(); } }