Back to project page CustomFilePicker.
The source code is released under:
GNU General Public License
If you think the Android project CustomFilePicker 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 my.app.browser.utility; //www . j a va2 s .c o m import android.widget.CheckBox; import android.widget.ImageView; /** * Created by Rajiv on 10/4/13. */ public class ViewHolder { public CheckBox checkBox; public ImageView imageView; }