Back to project page listmyaps.
The source code is released under:
Apache License
If you think the Android project listmyaps 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 de.onyxbits.listmyapps; // www . j ava2 s. c o m import android.widget.ImageView; import android.widget.TextView; public class ViewHolder { TextView appName; TextView appPackage; TextView comment; TextView tags; ImageView appIcon; }