Add items to listview from other activity
问题 scenario: First mainactivity launches and from the menu option user launches second activity using intent and there he adds some text to edittext and get that edittext value using intent to the first activity and add that value to the listview. FirstActivity: public class MainActivity extends Activity { ListView lv; EditText et; String AddedTask ; ArrayList<Model> modelList; CustomAdapter adapter; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState