android Programming Glossary: beeftype
Passing data through Intent and receiving it http://stackoverflow.com/questions/4308232/passing-data-through-intent-and-receiving-it BeefActivity.this TimerActivity.class timer.putExtra beefType 5000 timer.putExtra beefThickness 5000 timer.putExtra grillTime.. This is force closing I tried passing in int length beefType and it force closed I tried changing the 1 to 200 it still force.. length 20000 where it worked originally Just having int beefType getIntent .getIntExtra beefType 1 at the top of my class makes..
Passing data through Intent and receiving it http://stackoverflow.com/questions/4308232/passing-data-through-intent-and-receiving-it public void onClick View v Intent timer new Intent BeefActivity.this TimerActivity.class timer.putExtra beefType 5000 timer.putExtra beefThickness 5000 timer.putExtra grillTime 15000 startActivity timer I have tried different methods.. can somebody please show me how to do this. Thank you in advance This is force closing I tried passing in int length beefType and it force closed I tried changing the 1 to 200 it still force closed I put back int length 20000 where it worked originally.. changing the 1 to 200 it still force closed I put back int length 20000 where it worked originally Just having int beefType getIntent .getIntExtra beefType 1 at the top of my class makes it force close. No compiler errors. I am stuck Here is how..
|