Recent content by Diah Permatasari

  1. D

    Help me to build checkboxes in android

    I have two checkboxes . pencil and book. And I have 1 textview to total: package apa.y; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.CheckBox; import android.widget.TextView; public class myprice extends Activity { /** Called when...