Here are my codes but the zoom control still did not appear. Why is that so?
package edu.rp.Assignment1;
import java.util.List;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter...