Toast not generating text from selected item from list
问题 I've made a simple app in android with list View,In that i want to make a toast when select an item,i have tried as below but its not working.. my code is as below: main.java package com.example.listview; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import android.os.Bundle; import android.app.Activity; import android.app.ListActivity; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.AdapterView; import