郑州app开发AndroidStudio开发小相册实例代码如下。
布局代码如下:
java代码如下:
package cn.xhhkj.xhhkjtest;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
public class MainActivity extends Activity implements View.OnClickListener{
private ImageView mImage;
private TextView mText;
private String[] title;
private int[] images;
private int num;
private int index;
@Override
protected void onCreate(Bundl