How Intent Work

Intent is used for communicating among different Activity of Application.
1: send data from one Activity to another.
2: Broadcast Intent etc.

Intent i=new Intent(this, Activity2.class);
i.startActivity(i);

Comments

Popular posts from this blog

Android Content Provider

How to Create blogger website or Blog in Mobile : Complete Tutorial Step by Step

Android Age Calculator