How to hold the selected image in GridView and pass to next activity after I click Button
问题 In my Activity I have an EditText , a Button and a GridView . The user selects the image from the GridView and enters the name in the EditText , and then clicks the done button. activity.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_height="match_parent" android:layout_width="match_parent" android:orientation="vertical" android:id="@+id/l1" > <View android:layout