Posts by Vasco Antunes • 13 points
2 posts
-
0
votes1
answer34
viewsQ: Error while running this page
import android.app.*; import android.content.*; import android.os.*; import android.util.*; import android.view.*; import android.widget.*; import java.util.*; import org.apache.http.*; import…
-
1
votes1
answer1864
viewsQ: I have a checkbox set but only wanted one selected
I have a set of checkbox but only wanted a selected one and, if they selected another, the one that was selected. I’ve tried that, but it doesn’t work: if (chkfemenino.isChecked()) { params.add(new…