Back to project page Geoloqi-Android-Geotracks.
The source code is released under:
GNU General Public License
If you think the Android project Geoloqi-Android-Geotracks 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.geoloqi.geotracks.widget; // w w w . ja v a 2 s. co m import android.widget.ListView; import android.widget.TextView; /** * A basic container class used to cache row * values for a {@link ListView} item. * * @author Tristan Waddington */ public class BaseViewHolder { public TextView text1; public TextView text2; }