• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. Markella92

    Apps How put listview with checkbox in tab

    Hi guys, i created list view with checkbox...now i would know how insert this listview in a tab. this is my code for list view: public class Main extends ActionBarActivity implements android.widget.CompoundButton.OnCheckedChangeListener{ ListView lv; ArrayList<Planet>...