android bundle wont carry over
问题 Hello I am new to this site also kinda new to android programming... Every time I click the button to go to next activity I get a force close. I know the activity works because I commented out the bundles.. anyone know What I am doing wrong? // click button on 1st activity Intent iCreate = new Intent("silver.asw.charactersheet.CREATECHARACTER"); iCreate.putExtra("cname",item); startActivity(iCreate); // on item select item = spin.getItemAtPosition(position).toString(); // spinner is being