I want to sent intent from one first activity to another.
The first activity sends an intent to the second activity in order to create a new AlertDialog, receive a n
try with this.
Bundle extras = getIntent().getExtras(); int a=extras.getInt("data1");