displaying corresponding json data in textview after selecting item in spinner
问题 my spinner contains the unique standard value from json(like: my spinner contains only 7,8,6 (which i want,)instead of displaying all standard repitative data), if spinner item is selected, then it fetches the corresponding all information about that students who studying in that selectd standard. here is my code, import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.AdapterView; import android