How do i Swipe selected grid image in Full Screen
问题 i created a grid-view image app, and i want to show selected image in image swipe. actually i implemented image swipe in my app but the problem is image swipe starts from 1st image not from selected image. example: if i choose 3rd image image swipe should starts from 3rd image not from 1st image. my code: MainActivity.java package com.td.gridview; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view