how to scroll in android???
- by antony
I create a program to add check boxes dynamically.But i cant scroll down.I add the code here ,Pls HELP......
package dyntodo.pack;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.LinearLayout;
import android.widget.Button;
import…