Back to project page oidarSample.
The source code is released under:
GNU General Public License
If you think the Android project oidarSample 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.oidar.fragment.base; /*from ww w . j ava 2 s .c o m*/ import android.support.v4.app.Fragment; import com.oidar.sql.SqlHandler; public abstract class RadioFragment extends Fragment { /** * Called to save the needed data in the edit fragments. */ public abstract void saveData(SqlHandler handler); }