Back to project page BatteryFu.
The source code is released under:
GNU General Public License
If you think the Android project BatteryFu 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.koushikdutta.widgets; import android.support.v4.app.Fragment; public interface ListContentAdapter { public Fragment getFragment(ListItem listItem, Fragment convertFragment); }